From bd692b1943bc64762e8f33a699a136e840d7b8e5 Mon Sep 17 00:00:00 2001 From: PauloCardosoC <45340169+PauloCardosoC@users.noreply.github.com> Date: Wed, 1 Feb 2023 15:07:54 -0300 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index cfec3cb..2e5cec4 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,13 @@ +Excelent micropython driver for st7789 module forked from: +https://github.com/russhughes/st7789py_mpy + +Started this because: + 1 - My lack of experience to compile and develop fast modules in C for use in micropython + 2 - Buy a I8080 (parallel 8 bits bus board) to try and learn. + +Results: + Fast micropython only driver for st7789 with 8 bit parallel bus, thanks to what i have learn with (https://github.com/HughMaingauche/ILI9341-parallel-TFT-driver-for-micropython). + Python ST7789 driver for MicroPython ====================================