mirror of https://github.com/arendst/Tasmota.git
Updated Displays (markdown)
parent
fa9151ebf1
commit
4ebf9657d4
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue