From 94bde82651c4c9095d6de369cc44b04265302e7a Mon Sep 17 00:00:00 2001 From: Regorlas Date: Mon, 27 Jun 2022 00:58:34 -0700 Subject: [PATCH] Update verified versions: GFX 1.11.2 and ESP32 2.0.3 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b7671e5..7bb6b2a 100644 --- a/README.md +++ b/README.md @@ -42,9 +42,9 @@ with the command `esptool chip_id` ## Arduino requirement * [Adafruit GFX Library](https://learn.adafruit.com/adafruit-gfx-graphics-library) -available from Arduino IDE Library Manager. (Last verified to work with v1.10.13) +available from Arduino IDE Library Manager. (Last verified to work with v1.11.2) * [Espressif Arduino Core for ESP32](https://github.com/espressif/arduino-esp32), -follow installation directions at that link. (Last verified to work with v2.0.2) +follow installation directions at that link. (Last verified to work with v2.0.3) * (Optional) [AnimatedGIF](https://github.com/bitbank2/AnimatedGIF), for displaying animated GIF files. (Last verified to work with v1.4.7) * [Arduino IDE](https://www.arduino.cc/en/software) of course.