sumotoy / TFT_ILI9163C

A library for ILI9163C displays for Teensy, Arduino, ESP82266 and more...
171 stars 72 forks source link

Antialiasing? #30

Closed larsenglund closed 8 years ago

larsenglund commented 8 years ago

Is it possible to use antialiased fonts? In your font guide (https://github.com/sumotoy/TFT_ILI9163C/wiki/Convert-fonts-for-1.0-release) you say that monochrome should be selected and it seems grayscale is needed for antialiasing..

sumotoy commented 8 years ago

Fonts file will be gigantic and rendering can be 10 time slower, this chip uses serial data. Better some kind of post antialiasing, I've seen some initial approach with pixel library but result are not so good. I have planned only LRE compressed font for future.

larsenglund commented 8 years ago

Ok, thanks!