Commit Graph

24 Commits

Author SHA1 Message Date
Bodmer
7fc8b99b64 Add new background fill approach to smooth fonts
A new background rendering approach is used for smooth fonts which almost eliminates flicker. tft.print... can now be used with a background rendered for smooth fonts. Font_Demo_1/2/3... examples have been updated.
A new "docs" folder has been created and files moved there. The Tools folder now only contains support tools.

#1757 fixed by using Arduino calls.

A new USER_SETUP_ID parameter can be added to setup files and checked via a new verifySetupID(id); function.

Version raised to v2.4.50
2022-04-18 19:15:40 +01:00
Bodmer
3528ac1457 Update PlatformIO example ini file 2022-01-29 16:43:42 +00:00
Bodmer
85539606e1 Correct typos 2021-03-06 20:16:38 +00:00
Kate Morris
110128b055
updated with formatting and links 2020-05-25 17:29:39 -07:00
Kate Morris
3a2157805e
Rename readme.txt to readme.md 2020-05-25 17:12:24 -07:00
kamorris
0db6eed9e0 add 4bit image support, tools and examples 2020-05-25 15:29:41 -07:00
Bodmer
8bdb3ea63e Add new setup for TTGO T4 v1.3
See #585
2020-03-28 12:35:15 +00:00
Bodmer
732bdd32eb Port A+B and BRR update
PortA and Port B direction control now works on all STM processors.
Correct BRR to BSRR to support all STM processors.
2020-03-27 21:59:18 +00:00
Bodmer
1e1e888fa0 Support extended font formats
Adafruit_GFX font support extended to Unidode Basic Multilingual Plane
Print stream deocdes UTF-8
Smooth font ascent and descent (affects line spacing) changed to rely on
metrics provided by Processing IDE (issue #303)
Bug fix for font rendering with no background on RLE native fonts
2019-02-10 21:36:40 +00:00
Bodmer
9276b0162d Add support for 1 bit per pixel in Sprite class
This is stage one of support for ePaper displays from Waveshare.
Examples for 1 bit per pixel Sprites and 2 or 3 colour ePaper displays
to follow soon.
2018-03-26 01:02:23 +01:00
Bodmer
16be0b9abb Revert to defaults 2018-03-11 00:12:42 +00:00
Bodmer
90f70109a7 Add images showing ESP32 UNO board mod 2018-03-10 23:21:20 +00: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
8752236ac2 Add smooth (antialiased) fonts 2018-02-24 19:02:20 +00:00
Bodmer
d484a56574 Update RPi screen connection image
Identify touch controller chip select and required MISO line.
2017-10-20 22:13:47 +01:00
Bodmer
f4ad34de74 Add RPi screen connection image 2017-04-23 20:30:04 +01:00
Bodmer
e7f73fcb43 Add RPi TFT mod schematic 2017-03-27 02:18:27 +01:00
Bodmer
4d0488a906 Update screenshot client and server sketches
Server can now provide a filepath/name,  define saved image file type
and specify filename extension method.  Max number of images saved by
client per session limited to 1000. A pause/run button has been added.
2017-03-13 02:31:59 +00:00
Bodmer
189a390f34 Correct red blue colour swap 2017-03-12 01:10:29 +00:00
Bodmer
406aac051e Update to screenshot sketches + others
Minor tweaks and re-arrangement of User and Custom font references
between header files
2017-03-10 19:16:31 +00:00
Bodmer
60e7d90750 Updates 2017-03-10 00:54:52 +00:00
Bodmer
2b63925ab4 Correct comment typos 2017-02-28 22:44:20 +00:00
Bodmer
3314530bbb Add processing screenshot viewer 2017-02-28 22:13:16 +00:00
Bodmer
237565cff0 Update with multiple User_Setup file option
Added Tools folder and licence for Marek's screenshot viewer utility
2017-02-22 10:04:26 +00:00