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
3faaa32198
Merge pull request #179 from tablatronix/160x80_BGR
...
160x80 bgr
2018-10-29 19:33:55 +00:00
Bodmer
1a0b37097a
Add new anti-aliased (smooth) font examples + bug fixes
...
Four new examples have been added to show different methods of rendering
the anta-aliased fonts. A few minor bugs have been corrected associated
with the font rendering. drawNumber and drawFloat handle fixed width
mono fonts with no digit movement.
2018-10-21 17:53:27 +01:00
Shawn A
d8684840aa
update user_setup
2018-07-30 12:10:42 -05:00
Bodmer
73c1831e7b
Add option for a different TFT read SPI frequency
...
#define SPI_READ_FREQUENCY 20000000 // Optional reduced SPI frequency
for reading TFT
Also weeded out some compiler warnings
2018-07-29 15:00:09 +01: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
Bodmer
a00011c2df
Add 8 bit parallel TFT support for ESP32
...
Add interface driver macro
Add 8 bit parallel support
Add 8 bit parallel read support
Add ILI9481, ILI9488 and HX8357D drivers
Update version and ReadMe
Update Create_Font processing sketch
Add slightly narrower alternative font 8
2018-03-10 23:08:57 +00:00
Bodmer
324ee1a510
Update files for new fonts
2018-02-24 19:31:25 +00:00
Bodmer
8752236ac2
Add smooth (antialiased) fonts
2018-02-24 19:02:20 +00:00
Bodmer
2fbc2e4adf
Add text for ESP8266 overlap mode, add workaround for ESP32 silicon bug
2018-02-22 22:28:23 +00:00
Bodmer
ff335f61c5
Make setup files consistent
...
User setups are now all based on the same template.
2018-02-09 21:52:26 +00:00
Bodmer
94520c4071
XPT2046 SPI frequency can be always defined
...
One less thing to edit or forget!
2017-10-23 15:11:57 +01:00
Bodmer
e4ea506b65
Update touch, add Button class
...
Touch reliability improved by using pressure and double sampling. Added
Adafruit compatible Button class. Added touchscreen on/off and keypad
examples.
2017-10-23 01:59:37 +01:00
Bodmer
0bcf7eaa6b
Correct jpeg decoder image edge rendering
...
Revert setup file and add setup 10
2017-10-17 00:07:49 +01:00
Bodmer
f907ac31b7
Tidy up code merge
2017-10-16 23:26:54 +01:00
Max
944e505f36
Add XPT2046 touch controller support
...
supports esp8266 + RPi displays
2017-10-01 00:32:30 +02:00
Bodmer
6b794e1eb3
Add SPI overlap support Issue #26
...
Note, must use latest ESP board package with support for the overlap
mode
2017-07-15 18:44:49 +01:00
Bodmer
c52db6bf59
Add ESP32 compatibility
...
Tested with ILI9341 only so far!
2017-05-20 01:37:58 +01:00
Bodmer
cdb836876d
Increment issue
...
Minor format and typo errors corrected
2017-04-24 22:43:04 +01:00
Bodmer
1668700f3a
Add ILI9163 129 x 128 display support
2017-04-18 23:15:59 +01:00
Bodmer
c2dcf25cc1
Add support for ST7735 128x128 display
...
May not cater for 128x128 ST7735 displays with different RGB and offset
configurations.
2017-04-16 16:13:12 +01:00
Bodmer
6526e34e7c
Work around for D4 IDE bug
...
A condition can exist where pin D4 is allocated a value of 0
The workaround is to define and use pin numbers in the PIN_Dx format
2017-04-14 15:45:40 +01:00
Bodmer
d31cbc3dbd
Format and code tidy - fixes for compatibility issues
2017-04-14 01:04:04 +01:00
Bodmer
d3d877c8e2
Add RPi display support for write strobe mod
2017-03-27 02:15:30 +01:00
Bodmer
4f8029b096
Added support for RPi TFT
...
16 bit serial based ILI9486 supported
2017-03-24 23:23:35 +00:00
Bodmer
20c9086853
Add support for ST7735 128x128 TFT
2017-03-17 00:03:35 +00:00
Bodmer
cd356bb6c5
Add S6D02A1 and ILI9163 driver code
2017-02-26 03:03:47 +00:00
Bodmer
747931266b
Example update now complete
2017-02-25 02:14:17 +00:00
Bodmer
e1b2959577
First draft release
...
Not yet fully tested but seems to work OK!
2017-02-22 03:07:17 +00:00