From 4ebf9657d45004892ec533e76e5d048b464b376c Mon Sep 17 00:00:00 2001 From: gemu Date: Wed, 21 Aug 2019 16:27:20 +0200 Subject: [PATCH] Updated Displays (markdown) --- Displays.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Displays.md b/Displays.md index b21bb233..89c8cdfe 100644 --- a/Displays.md +++ b/Displays.md @@ -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 I2C displays are connected in the usual manner and defined via Tasmota pin selection.