Commit Graph

126 Commits

Author SHA1 Message Date
Bodmer 6df79d020b
Update README.md 2022-01-05 17:12:43 +00:00
Bodmer 04af1d11ea Update README.md 2022-01-05 00:24:25 +00:00
Bodmer 1dd7b4ec6c Update README.md 2022-01-05 00:21:27 +00:00
Bodmer 8a2398451b RP2040: add SPI PIO interface option, enhance 8 bit parallel PIO
The RP2040 processors can now drive 8 bit parallel and SPI displays using the PIO hardware.

The PIO offloads the processor by providing:
1. PIO managed setWindow sequence
2. PIO managed block and screen fill
2022-01-02 01:08:22 +00:00
Bodmer d9573fe10f
Update README.md 2021-12-21 01:32:18 +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 20ad7e2cc1
Update README.md 2021-12-18 12:51:20 +00:00
Bodmer 48ad4c98fc Add new RP2040 branch link 2021-12-16 16:29:08 +00:00
Bodmer bcce0fc7ce
Update README.md 2021-12-09 11:33:38 +00:00
Bodmer 77fc9baea7
Update README.md 2021-12-08 00:54:36 +00:00
Bodmer f42daecdb8 Update notes in response to #1475
On ESP8266 when using overlap, only one SPI device can share the FLASH SPI bus .
2021-12-08 00:22:53 +00:00
Bodmer 289eb7a255
Update README.md 2021-12-05 22:57:05 +00:00
Bodmer 4dd15657bf
Update README.md 2021-12-05 22:55:30 +00:00
Bodmer b955571a60
Update README.md 2021-11-21 11:55:51 +00:00
Bodmer c8c5dd7cbb Update README.md 2021-11-18 17:15:38 +00:00
Bodmer 26e1f80be9 Update README.md 2021-11-18 16:50:05 +00:00
arduino12 e1161c17f4 Add support for SSD1351! (128*128 OLED)
TODO:
Implement read functions as well..
2021-04-26 20:40:18 +03:00
Bodmer 481c7abc9c Update README.md 2021-04-24 12:10:52 +01:00
Bodmer a0703e7880
Update README.md 2021-04-23 16:55:32 +01:00
Bodmer 018c884312
Update news 2021-04-22 11:21:38 +01:00
Bodmer fe580e9fe6
Update news 2021-04-22 11:19:38 +01:00
Bodmer 3b07cfa81b
Update link 2021-04-22 11:09:51 +01:00
Bodmer af25b79faa
Update README.md 2021-04-22 11:07:36 +01:00
Bodmer d9c7d4a923
Update README.md 2021-04-05 01:39:13 +01:00
Bodmer 6c29d8e29b
Update README.md 2021-04-05 01:35:25 +01:00
Bodmer c06c10edb9
Update README.md 2021-04-05 01:34:55 +01:00
Bodmer 71b1d090c4
Update README.md 2021-04-05 01:34:06 +01:00
Bodmer f6e90349d8 Add support for Raspberry Pi Pico
Setup file "Setup60_RP2040_ILI9341.h" used for testing with ILI9341 SPI display.
2021-03-30 01:53:27 +01:00
Bodmer 6f2c5f7301
Add Beta test link 2021-01-30 15:59:51 +00:00
Bodmer 25362ee893 Merge branch 'master' of https://github.com/Bodmer/TFT_eSPI 2021-01-25 14:18:50 +00:00
Bodmer e8843111ba Correct typos 2021-01-25 14:18:46 +00:00
Bodmer 3942471ab5
Update README.md 2021-01-18 01:29:25 +00:00
Bodmer 53c3fcaa05
Update README.md 2020-12-11 15:48:43 +00:00
Bodmer 42e6fc87ff Feature update
Add ILI9225 support
Add viewport feature to Sprites
Rationalise common TFT_eSPI and Sprite functions and variables to use inherited functions width(), height(), rotation(), write(), pivot, cursor, swapBytes.
2020-12-01 20:06:32 +00:00
Bodmer 6a839479a7
Update README.md 2020-10-13 13:53:49 +01:00
Bodmer 9bd670be45
Update README.md 2020-10-13 13:38:36 +01:00
Bodmer b1f8cae069 Finalise viewport changes 2020-10-13 13:35:03 +01:00
Bodmer 787893f949
Update README.md 2020-08-05 23:55:54 +01:00
Bodmer 47baa19645 Update README.md 2020-08-05 23:52:02 +01:00
Bodmer 8fc52dc1f5 Update ReadMe
Update news, move tips towards end.
2020-06-27 21:37:03 +01:00
Bodmer 489d90c935 Update README.md 2020-05-05 21:28:11 +01:00
Bodmer 1bd0b96c6c
Update README.md 2020-03-28 20:23:57 +00:00
Bodmer 557f2ac883
Update README.md 2020-03-28 20:22:28 +00:00
Bodmer 1917e8f542 Add fast STM32 parallel mode 2020-03-28 13:47:22 +00:00
Bodmer cb87759bad
Update README.md 2020-03-20 00:50:56 +00:00
Bodmer 1118b45470 Update README.md 2020-03-20 00:48:50 +00:00
Bodmer eac96793a1 Update ReadMe
Delete data folders.
Ass missing headers to Font_Demo_1_Array example.
2020-02-15 00:02:01 +00:00
Bodmer 0e0fd75277 Raise to version 2.0.0
The library has been cleaned up as it has got a bit untidy due to the large number of small incremental changes.

4bit Sprite examples renaed to be consistent with others.

alphaBlend example moved to generic folder (alphaBlend fn was moved to TFT_eSPI class).
Added sections + explanatory comments to functions prototypes.

Temporary comments added for potential gotchas for noobs when using DMA.

spi_begin/end functions renamed to reflect functionality. Old fns  retained for backwards compatibility with user setup.h files.
2020-01-26 21:17:49 +00:00
Bodmer 811ee7b8ed
Remove STM32 branch news item 2020-01-12 23:53:34 +00:00
Bodmer 7f53a571f4 Add STM32 and generic processor support 2020-01-11 23:32:10 +00:00