Fast pure-C driver for MicroPython that can handle display modules on ST7789 chip - devbis/st7789_mpy
micropythondrivertruetypebitmap-fontsst7789 UpdatedAug 5, 2024 Python tobozo/ESP32-Chimera-Core Sponsor Star171 Code Issues Pull requests ESP32-Chimera-Core 👾 is an arduino library for M5Stack, Odroid-Go, D-Duino-32-XS and other ESP32/TFT/SD bundles ...
Build the MicroPython firmware with the driver and frozen .py files in the modules directory. If you did not add any .py files to the modules directory you can leave out the FROZEN_MANIFEST and FROZEN_MPY_DIR settings. make USER_C_MODULES=../../../../st7789_mpy/st7789/micropython.c...
MicroPython Official DocumentOverview Introduction ESP32-S3-GEEK is a geek development board designed by Waveshare, onboard USB-A port, 1.14-inch LCD screen, a TF card slot, and other peripherals. Supports 2.4GHz WiFi and BLE 5, with integrated 16MB Flash & 2MB PSRAM, provides I2C port, UAR...
MicroPython display driver for the LILYGO T-HMI written in python. lilygost7789-display-driverst7789vesp32-s3t-hmi UpdatedMay 27, 2023 Python Raspberry Pi library for ST7789 LCD TFT raspberry-pirpilibrarylcddisplayraspberrypirpi3display-drivertft-displayst7789st7789-display-driverrpi4st7789vst7789...
The ultimate DIY video game console that you can buy as a kit or as a prebuilt. It uses a custom operating system that is easy to use and incredibly powerful. It has an SDK that makes game development as easy as possible, allowing for anyone of any progr
RP2040 MicroPython 1.20 and later Change to the RP2 port directory, and build the firmware Flash the firmware.uf2 file from the build-${BOARD} directory to your device. Thanks go out to: https://github.com/devbisfor the original driver this is based on. ...
This is a driver for MicroPython to handle cheap displays based on ST7789 chip. It supports 240x240, 135x240 and 240x320 displays. It is written in pure C. If you are using an ESP32 or pyboard1.1 you can use one of the provided firmware files, otherwise you will have to build the ...
You will need to source this file before compiling MicroPython. source export.sh cd .. Clone the MicroPython repo. git clone https://github.com/micropython/micropython.git Clone the st7789 driver repo. git clone https://github.com/russhughes/st7789_mpy.git Update the git submodules and ...
Setup MicroPython Build Environment in Ubuntu 20.04.2 See the MicroPythonREADME.mdif you run into any build issues not directly related to the st7789 driver. The recommended MicroPython build instructions may have changed. Update and upgrade Ubuntu using apt-get if you are using a new install of...