Commit Graph

22 Commits

Author SHA1 Message Date
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
Roger Clark 3c2fce63ee Update ILI9341 STM lib with version from SteveStrong, and also added ReadPixelsRGB24 to steve's version 2017-10-08 14:26:59 +11:00
Roger Clark 6ce1fd2e93 Merge pull request #346 from stevstrong/patch-4
Update graphicstest.ino [Adafruit_ILI9341_STM]
2017-10-08 11:03:08 +11:00
Roger Clark 0ca038df51 Merge pull request #347 from stevstrong/patch-5
Update onoffbutton.ino [Adafruit_ILI9341_STM]
2017-10-08 11:02:44 +11:00
Roger Clark d9d6e9e462 Merge pull request #348 from stevstrong/patch-6
Update onoffbutton_breakout.ino [Adafruit_ILI9341_STM]
2017-10-08 11:02:31 +11:00
Roger Clark dcfa250bfb Merge pull request #349 from stevstrong/patch-7
Update spitftbitmap.ino [Adafruit_ILI9341_STM]
2017-10-08 11:02:15 +11:00
stevstrong ac7ccee71f Update touchpaint.ino
changed to correct header file
2017-10-04 11:11:05 +02:00
stevstrong c6c53b79ad Update touchpaint.ino
- use Adafruit_GFX_AS lib instead of Adafruit_GFX
2017-09-22 11:31:00 +02:00
stevstrong db000d1411 Update spitftbitmap.ino
- use Adafruit_GFX_AS lib instead of Adafruit_GFX
2017-09-22 11:30:29 +02:00
stevstrong 5c1708e193 Update onoffbutton_breakout.ino
- use Adafruit_GFX_AS lib instead of Adafruit_GFX
2017-09-22 11:29:41 +02:00
stevstrong 6b2ca7dbe7 Update onoffbutton.ino
use Adafruit_GFX_AS lib instead of Adafruit_GFX
2017-09-22 11:28:08 +02:00
stevstrong 43129d17a5 Update graphicstest.ino
- use Adafruit_GFX_AS lib instead of Adafruit_GFX
2017-09-22 11:26:58 +02:00
Roger Clark 8f7a0b6d5a Added pushColors() to ILI9341 library to better support the OV7670 camera 2017-08-04 20:34:48 +10:00
stevstrong 782b53119d used GFX library changed back to GFX_AS 2017-05-25 10:18:27 +02:00
stevstrong aa79ea1d6e Adafruit_ILI9341_STM - reworked for 16 bit SPI register accesses 2017-05-24 18:40:41 +02:00
Mike Causer 29f52516c2 In TFT_Show_Font_ILI9341 example change init to begin 2016-09-27 11:29:23 +10:00
WereCatf a1498ee778 Update Adafruit_ILI9341_STM.cpp 2016-04-23 06:05:38 +03:00
WereCatf 29a5400188 Bugfix Adafruit_ILI9341_STM
readcommand8() toggles _sclk, but when using hwSPI it's set to 0, ie. it's toggling GPIO0, which it obviously shouldn't be doing. Also, when SPI-transactions had been enabled the SPI-bus speed was set to only 8MHz -- now we set it to 36MHz on STM32F1.
2016-04-22 20:36:38 +03:00
Jaret Burkett 7f23ee129c Fixed Touchscreen Lib
Changed example to use the Touchscreen Library that has STM32 support.
2015-09-26 09:21:41 -05:00
victorpv 84ff52b49d Updated to use new DMA functions.
Previous version will not work anymore due to conflict of variable name
(dma1_ch3_active
2015-05-24 00:21:15 -05:00
Roger Clark a47caee80d Added old Adafruit_ILI9341 lib, and modified the STM version of the lib so that the class name matches the filename for adafruit_ILI9341_STM 2015-03-27 10:08:47 +11: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