From 2ec39e9a5c37b72fb0c46b21ebcb004e8c3cdded Mon Sep 17 00:00:00 2001 From: Ruben Berenguel Date: Tue, 29 Mar 2022 20:40:28 +0200 Subject: [PATCH] Small typo in script Fix typo in script (it is correct in `/examples`) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 30b677b..5b29ffa 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ import gc import lvgl as lv from axpili9342 import ili9341 -from ft6x36c import ft6x36 +from ft6x36 import ft6x36 display = ili9341() touch = ft6x36() @@ -93,4 +93,4 @@ Read this section if you want to include the camera support to MicroPython from cd micropython/ports/esp32 esptool.py --port /dev/ttyUSB0 erase_flash esptool.py --chip esp32 --port /dev/ttyUSB0 --baud 1152000 write_flash -z 0x1000 build-M5STACK_CORE2/firmware.bin - ``` \ No newline at end of file + ```