Updated Displays (markdown)

gemu 2019-08-21 16:27:20 +02:00
parent fa9151ebf1
commit 4ebf9657d4
1 changed files with 7 additions and 0 deletions

@ -196,6 +196,13 @@ The data sheets of the TFT and OLED displays mention burn in effects when a stat
## Fonts
The EPD fonts contains 95 characters starting from code 32 while the classic GFX font contains 256 characters ranging from 0 to 255. To display characters above code 127 you must specify an escape sequence (standard octal escapes don't work). The `~`character followed by a hex byte can define any character code. So custom characters above 127 can be displayed
GFXFont:
![GFXFont](https://user-images.githubusercontent.com/11647075/63440218-bb83e100-c42f-11e9-810c-74099f851902.jpg)
EPDFont:
![EPDFont](https://user-images.githubusercontent.com/11647075/63440222-be7ed180-c42f-11e9-9be3-2f446fc28037.jpg)
## Hardware Connections
I<sup>2</sup>C displays are connected in the usual manner and defined via Tasmota pin selection.