Bodmer
5e7394f485
Update Bouncy_Circles.ino
2022-01-01 00:44:57 +00:00
Bodmer
eee56b2cec
Add RP2040 8 bit parallel support with DMA
...
The RP2040 can now be used with 8 bit parallel TFT interface displays. DMA is also supported for both SPI and 8 bit parallel displays.
2021-12-18 17:06:16 +00:00
Bodmer
11b006e1d9
Correct various inconsequential typos
2021-11-05 23:55:27 +00:00
Bodmer
637f7f1fe3
Add DMA Bouncy_Circles sketch
2021-04-24 12:09:47 +01:00
Bodmer
715b4de525
Fix #1148 (RP2040 pgmspace.h warnings)
2021-04-21 22:48:21 +01:00
Bodmer
85539606e1
Correct typos
2021-03-06 20:16:38 +00:00
Bodmer
54f6e730b5
Stop ESP32 warning
2020-11-12 17:57:41 +00:00
Bodmer
a6d50ea5ef
#682 Add created() function for sprites
...
New function added:
bool created(void);
to check if sprite has been rotated. Example:
if ( !spr.created() ) Serial.println("Sprite has not been created");
2020-07-07 00:52:55 +01:00
Bodmer
f6748bf906
Add ESP32 SPI DMA capability
...
DMA test examples now work on ESP32
2020-05-05 21:21:28 +01:00
Bodmer
7f53a571f4
Add STM32 and generic processor support
2020-01-11 23:32:10 +00:00