Bodmer
f7e9a91ead
Fix #1800 Fix #1793
...
Added offsets for 170x320 ST7789 display
Added offsets for 240x280 display to ST7789_2 dirver
2022-04-28 14:19:05 +01:00
Mingjie Li
40306ae615
Add ST7789 172x320 display
2022-03-09 22:20:58 +08:00
moion
b911c86572
add ST7789 240X280 1.69inch TFT Setup file
2022-02-28 11:47:19 +08:00
Bodmer
90189130ec
Update for #379
...
Added support for ST7789 135 x 240 display which needs offsets
Added Setup135_ST7789.h as an example setup file for ESP8266
2019-07-31 01:07:05 +01:00
Bodmer
419a7ef8de
Add option for different RGB colour order with ST7789
...
// For ST7789 ONLY, define the colour order IF the blue and red are
swapped on your display
//#define TFT_RGB_ORDER TFT_RGB // Colour order Red-Green-Blue
//#define TFT_RGB_ORDER TFT_BGR // Colour order Blue-Green-Red
2018-11-19 23:49:32 +00:00
Bodmer
21811b1751
Correct colour oder for ST7789 240x320 TFT
2018-11-11 10:44:20 +00:00
Bodmer
cbc2e66dfd
Update for WROVER to address #232
...
The library supported 240x240 ST7789 displays only which require an 80
pixel offset in rotation 2 and 3
The library now also supports the 240x320 display which has a different
RGB colour order.
2018-11-06 00:41:14 +00:00
Bodmer
ffef37a22d
Revert "Issue #232 "
...
This reverts commit 38d99a53dd .
2018-11-04 20:46:39 +00:00
Bodmer
38d99a53dd
Issue #232
2018-11-04 20:41:10 +00:00
Bodmer
51ed23af0f
Support ST7789 rotation offset and boards with no chip select
...
Other minor changes to tidy code up
Put back in ability to call init() multiple times in sketch
2018-07-06 18:48:24 +01:00
Bodmer
53119823f9
Add support for ST7789 display (240 x 240)
2018-06-01 18:26:09 +01:00