-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[META] Add buzzer for important notifications #39
Labels
Comments
grafalex82
added a commit
that referenced
this issue
Jun 6, 2019
73cddc3 bump to speed up arcada eabd137 enable DMA on arcada boards 7214a04 Appease the Travis b0dc94d Inline some of the trivial functions, add byteSwap() for GFXcanvas16 a103ad2 Restore hwspi._mode at the end of all DMA transfers 5fa33d0 Add hooks for SPI data mode fbd16ee Merge pull request #221 from makermelissa/master 8cb8cee pulled c555f0b Fixed paramter name for doxygen de85b76 Added readcommand8 to GFX (#220) 30e45c9 Added readcommand8 to GFX cc87251 Bumped library version 081bb26 Merge pull request #219 from ImpulseAdventure/ImpulseAdventure-fillTriangle f613beb Merge branch 'ImpulseAdventure-fillTriangle' of https://github.com/ImpulseAdventure/Adafruit-GFX-Library 898773f Merge branch 'master' of https://github.com/adafruit/Adafruit-GFX-Library 37ac3a5 Fix overflow in fillTriangle() 0f3f657 SPITFT: ESP8266 fix a453d08 SPITFT: work with any SERCOM SPIs 85023cc Fixed Height typo (#214) fe0683a Merge branch 'master' of https://github.com/adafruit/Adafruit-GFX-Library 3ef9ce5 Update library.properties fae93b1 fix travis link a2a0335 Merge branch 'master' of github.com:adafruit/Adafruit-GFX-Library 1b03380 turns out having two things named tft8 makes subclassing very :( e83e3ce SPI DMA: add support for SERCOM6 & 7 on big M4 chips 6be0b5b Merge branch 'master' of https://github.com/adafruit/Adafruit-GFX-Library 3505566 added the sendCommand function (#209) e6db70e Redoing _cs >= 0 b348f10 Still checking if _cs > 0 f8e5551 Stop checking if _cs is > 0 3f53a83 Updated const version to use read_pgm_byte and added default args 8b06efa Bumped library version 67f2a80 Restoring file 8fd5845 Force recache fe97b46 Restoring .travis.yml to its former glory :/ d2c5ff6 Re-enable packages cache 601bb88 Temporarily non cache packages e94f3fc Added Arduino Version to Travis bed7e31 Fixed pointer error 5b992cd Added sendCommand for SPI abstraction 253e30d Bump version # for big-endian writePixels() option b57ea57 Fix big-endian DMA 605474e Add bigEndian flag to writePixels() 5f38af1 Don’t use DMA on very short pixel runs 4c7192b Fix error with pre-C++11 compilers 026c152 Conditional compile SAMD51 parallel code fe6266e Bump version #, enable DMA by default on PyPortal 1bd0463 Add non-blocking DMA option in writePixels() b8fd9b4 Change transaction & CS ordering efe87d8 Tiny bit faster using if/else/else instead of switch 6704269 Parallel DMA working on PyPortal cadfd0a WIP parallel DMA, do not use yet 054d3ba Appease the ESP8266 compiler c8bd1f4 Update library.properties b29b864 Update README.md 3ccd009 Merge pull request #201 from adafruit/pb-tft8 c6dba9b More Doxygen happiness 4abba95 Doxygen cleanup 6cd645b Bump version # for new release 030427e WIP fix for non-ESP32 boards fec8f5b WIP ESP32 soft SPI fix 3aafb3d WIP fixes for Teensy 3.2 d81e335 Fix some ESP8266 batshittery 31f0de1 WIP soft SPI read fixed 0107025 WIP, constructor disambiguation via enum cb8c433 Doxygen tidying a295138 WIP starting to improve fc0f1a7 WIP still not good 87af85f Problems still, don't use 6b5e177 WIP do not use yet! 7855b62 Remove some comments 25b3d5e Add TFT8 class b920674 Merge pull request #195 from cmdrf/fontconvert-include-truetype-driver-h 95c6ef3 Include FT_TRUETYPE_DRIVER_H in fontconvert.c 387d780 Experimental SPI DMA support on SAMD (disabled by default) 5026484 Merge pull request #174 from romainreignier/fix_tiny3x3 25612a9 Disable SPI DMA by default! f01e289 Add ZeroDMA to Travis dependencies b74f3bf Remove some temp files, oops 7b04012 Move 0-length check to outside of DMA-specific code c219790 Similar change in writePixels() e167179 Fix ESP32 stuff b0b022d SPI DMA: avoid 0-byte transfers! e9221fb SPITFT - M4 SPI DMA fix 12ced10 Still working on SPI DMA, still not good on M4 5403509 Still working on DMA, has problems on M4 3b6f7d3 DMA - actually use lastFillColor, doy 555c821 Change DMA polling behavior. 860cd24 SPITFT: initial DMA support (disabled by default), very beta-y 75f81ac Merge pull request #191 from vonnieda/patch-1 fd68f69 Fix #103 by disabling subpixel rendering. 85cc1d9 Move 'writeCommand' and others from protected to pricate (eyes code and others are using these) 03cf2d9 Round rects; limit radius to 1/2 minor axis 9bdc390 Fixes for WICED Feather hardware SPI 8822904 Some incomplete WICED work; not bumping version # yet 33158b3 Allow GFX code to compile on WICED w/o SPIClass 0521944 Fix fillCircleHelper for SSD1306 INVERT mode 96f5acf auto-run latest f5e1649 add support for selective SPI device! 3a14516 Merge pull request #183 from theintel/master 4a2757c Fixed error when compiling example sketch of adafruit OLED display f188d80 Add .h extension to Tiny3x3a2pt7b font file 5b672ff Update README.md 6e4ac5d Update library.properties ff8129f compilers dont like this a34c594 SPITFT: don't USE_FAST_PINIO on WICED f379d70 Merge pull request #130 from vortigont/dev ac82adb Merge pull request #173 from veekoo/fixed_some_warnings 675c972 Added a cast to int_16 since height and width are uint_16s. Note: Consider harmonizing types since uints might spill if someone invents a 64k wide or high oled.. Jk. Changing h and w might be nice tho, but keeping changes at minimum here. 15344e4 Add doxygen for getTextBounds() 05df41d Added String overload to getTextBounds() #90 1e6251e Merge pull request #169 from tablatronix/esp8266-undef-USE_FAST_PINIO 6e9ad92 esp use_faast_pinio undef b9dfb41 Merge pull request #168 from KurtE/build_on_opencm_opencr a21e561 Fix compile errors USE_FAST_PINIO + compile on Robotis boards 7be0b49 Allow obscure-but-needed case of no TFT chip select (-1) 1ea46e2 Fix for Teensy 3.x boards b2cc77a woops accidentally slowed down bitbang SPI d5d6804 guards! 7f2d117 fix inlineing complaints for writepixel 9beb188 bump again cf1e1b0 woops turns out some SPI displays dont use this format, so make it virtual f573e03 bump for release ebb199c fixed fastio for esp, undef for anything else 640e5a0 fix color565 17f7f3c add mocktest 5614790 *falls over* df54898 more doxy, add a travis ed59d3e more doxy 836a499 doxy gfxfont 4de9ba8 doxy gitignore 0ae3442 add travistag 5786099 support optimized bitbang spi 0d06686 move invert display and setaddrwindow to superclass 7667d32 some inlining 7d73ae8 Disable SPITFT code if using ATtiny85, update version # 1e0d64f Add roadmap notes to README d4ea436 added generic SPI TFT wrapper b8ca7d1 Merge pull request #126 from rbultman/master ceca9ac Set yAdvance to glyph height if face height is zero. bffb1aa Adding gitignore 3cd8e19 Merge pull request #124 from eadmaster/patch-1 00768d5 Create Tiny3x3a2pt7b 07f8f65 Back off on the PROGMEM declarations; const is sufficient. 7589eca Extra-persnickety declarations in PROGMEM bitmap functions d0e78f9 Fixed text wrap & bounds issues, changed drawRGBBitmap PROGMEM behavior + added masking 868d3ed Add 8-bit canvas type, because reasons. Also some 1- and 16-bit canvas cleanup. 4b1a8a6 Merge pull request #39 from marcmerlin/drawrgb aad430d Allow for drawing bitmaps in RAM (not in progmem). b11992a Need to use pgm_read_word to read 2 byte colors. 2261b1e Added support for multicolor pixmaps in drawRGBBitmap. git-subtree-dir: Libs/AdafruitGFX git-subtree-split: 73cddc3
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: