diff options
| author | Reiner Herrmann <reiner@reiner-h.de> | 2020-07-17 20:29:41 +0200 |
|---|---|---|
| committer | Reiner Herrmann <reiner@reiner-h.de> | 2020-07-17 20:29:41 +0200 |
| commit | 4a239ede79c43cf22e8f769a4ea086687a65c3f0 (patch) | |
| tree | 5b1e651dc4188f541fdcd5d85d1e6c0521f93200 /platformio.ini | |
| parent | 097db5fa9f57a77866be60ef8d8d39beef882639 (diff) | |
use u8g2 for font rendering, as they support fonts with umlauts
Diffstat (limited to 'platformio.ini')
| -rw-r--r-- | platformio.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platformio.ini b/platformio.ini index ae876cb..1e22909 100644 --- a/platformio.ini +++ b/platformio.ini @@ -12,4 +12,4 @@ platform = espressif32 board = esp32dev framework = arduino -lib_deps = GxEPD2, Wire, QRCode +lib_deps = GxEPD2, Wire, QRCode, U8g2_for_Adafruit_GFX |
