Commit Graph

7 Commits

Author SHA1 Message Date
Thomas Friedrichsmeier ffc0b29880 Update README 2018-03-15 08:16:42 +01:00
Thomas Friedrichsmeier ca3ead06b3 Base Adafruit_GFX_AS on Adafruit_GFX, keeping only the additiona in a derived class.
The point of this is to make drivers based on Adafruit_GFX_AS compatible with Adafruit_GFX,
without breaking existing code written for Adafruit_GFX_AS.

See also http://stm32duino.com/viewtopic.php?f=9&t=3352
2018-03-14 21:45:27 +01:00
victorpv 78f9031154 Renamed libraries, but using original function names.
This way one knows if he is using the old or STM library by looking at
the include line, while the sketch should compile file as the functions
are named the same. I believe this is the best compromise.
2015-03-18 11:27:31 -05:00
victorpv fcdd15e0ad Revert "Revert "These are the DMA ILI9341 library and Extra fonts GFX""
This reverts commit 6cc87e88bb.
2015-03-18 08:57:46 -05:00
victorpv 6cc87e88bb Revert "These are the DMA ILI9341 library and Extra fonts GFX"
This reverts commit 7e41e0d11b.
2015-03-18 08:55:48 -05:00
victorpv 7e41e0d11b These are the DMA ILI9341 library and Extra fonts GFX
Added DMA support for STM32F1xx, and extra check in line and rect
funtions to avoid trying to draw a 0 width or 0 height line/rectangle,
which would cause 0 bytes DMA transmission and hang in a loop.
2015-03-18 08:55:11 -05:00
victorpv d8cf268443 Added adafruit_gfx_as library adapted to maple mini 2015-03-12 19:43:53 -05:00