Commit Graph

8 Commits

Author SHA1 Message Date
Bodmer
9418a61bac Fix inline issue with some processors
Remove inline

Other tweaks for compatibility
2023-04-26 13:40:40 +01:00
Bodmer
8aa653ceac
Update create font processing sketch (#2604)
* Modified Create_font procesing sketch to enable generation of a C header file.

* Commented out the second fontName definition in Create_font.pde.

---------

Co-authored-by: Pierre-Loup Martin <pierreloupm@gmail.com>
2023-04-23 18:01:23 +01:00
Bodmer
85539606e1 Correct typos 2021-03-06 20:16:38 +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
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