micropython-rotary
st7789_mpy
Our great sponsors
micropython-rotary | st7789_mpy | |
---|---|---|
1 | 2 | |
179 | 308 | |
- | - | |
1.7 | 6.3 | |
3 months ago | 21 days ago | |
Python | Python | |
MIT License | GNU General Public License v3.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
micropython-rotary
We haven't tracked posts mentioning micropython-rotary yet.
Tracking mentions began in Dec 2020.
st7789_mpy
-
DOOM! on the #emfcamp TiDAL badge
The colour being mangled turns out to be an endian difference between the MPU and the display device, easily determined by looking at the code for the display driver, which byte-swaps everything when drawing into the device, unless it's blitting a buffer, when it assumes it's already swapped. Fixed.
-
MicroPython display issues on the TTGO T-watch S76G (GPS + LoRa edition)
I ended up making it work but with no help from LilyGo. There's an awesome repo here that includes pre-compiled binaries for the device, libraries for its hardware peripherals, and some code examples
What are some alternatives?
lilygo-ttgo-twatch-2020-micropython - :snake:MicroPython for LilyGO TTGO T-Watch-2020:snake:
st7789_mpy - Fast pure-C driver for MicroPython that can handle display modules on ST7789 chip
WiFiManager - WiFi manager for ESP8266 - ESP12 - ESP32 - micropython
iome - A Physical Platform for Web Appplication Development
lib-python - Blynk IoT library for Python and Micropython
turtleplotbot3 - The TurtlePlotBot3 is a MicroPython based 3D printed drawing robot powered by a TTGO T-Display ESP32 Module
Terkin - Terkin-Datalogger for MicroPython and CPython
MicroWebSrv2 - The last Micro Web Server for IoTs (MicroPython) or large servers (CPython), that supports WebSockets, routes, template engine and with really optimized architecture (mem allocations, async I/Os). Ready for ESP32, STM32 on Pyboard, Pycom's chipsets (WiPy, LoPy, ...). Robust, efficient and documented!
pysmartnode - Micropython Smarthome framework
doomgeneric - Easily portable doom
esp-idf - Espressif IoT Development Framework. Official development framework for Espressif SoCs.
esp32-doom - A proof-of-concept port of PrBoom to the ESP32. Needs psram hardware.