Breadcrumbs st7789_mpy/ micropython.cmakeLatest commit russhughes Fix russhughes#87 PyBoard Build, russhughes#94 170x320 support cc905c8· Oct 14, 2022 HistoryHistory File metadata and controls Code Blame 6 lines (5 loc) · 260 Bytes Raw # This top-level micropython.cmake is responsible ...
git clone https://github.com/devbis/st7789_mpy.git Go to MicroPython ports directory and for ESP8266 run: cd micropython/ports/esp8266 for ESP32: cd micropython/ports/esp32 And then compile the module with specified USER_C_MODULES dir make USER_C_MODULES=../../../st7789_mpy/ al...
星星点灯/st7789_mpy 代码Issues0Pull Requests0Wiki统计流水线 服务 我知道了,不再自动展开 加入Gitee 与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :) 免费加入 已有帐号?立即登录 master 分支(1) 管理 管理 master 克隆/下载 ...
LICENSE README.md VERSION micropython.cmake uncrustify.cfg Breadcrumbs st7789_mpy /docs / misc.svg Latest commit Cannot retrieve latest commit at this time. HistoryHistory File metadata and controls Preview Code Blame 845 lines (845 loc) · 96.5 KB Raw Unable to render code block...
Hello, i try to construct a firmware for the esp32 with the ST7789 module and the usqlite module ... It seems that the usqlite module is only compilable with 1.18 micropython ... I try to aggregate st7789 but i'm blocking on some step ... First, i try to compil it for ports/...
A simple menu library for Micropython. MicroPython 的简易菜单库 - micropython-easymenu/driver/st7789_buf.mpy at main · funnygeeker/micropython-easymenu
A simple menu library for Micropython. MicroPython 的简易菜单库 - micropython-easymenu/driver/st7789_spi.mpy at main · funnygeeker/micropython-easymenu
ST7789 Driver for MicroPython This driver is based on devbis' st7789_mpy driver. I modified the original driver for one of my projects to add: Display Rotation. Scrolling Writing text using bitmaps converted from True Type fonts Drawing text using 8 and 16-bit wide bitmap fonts Drawing text...
Clone this module alongside the MPY sources: $ git clone https://github.com/russhughes/st7789_mpy.git for stm32 (PYBV11): $ cd micropython/ports/stm32 for ESP32: $ cd micropython/ports/esp32 And then compile the module with specified USER_C_MODULES dir $ make -DMODULE_ST7789_...
This driver is based ondevbis' st7789_mpy driver.I modified the original driver for one of my projects to add: Display Rotation. Scrolling Writing text using bitmaps converted from True Type fonts Drawing text using 8 and 16-bit wide bitmap fonts ...