MicroPython
Display and memory libraries
A collection of software modules for interacting with various displays and memory chips using MicroPython.
Code created while fiddling with my MicroPython
3 stars
3 watching
4 forks
Language: Python
last commit: almost 10 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
guycarver/micropython | A collection of hardware and software drivers and utility libraries for MicroPython on various platforms | 147 |
tinypico/tinypico-micropython | A set of MicroPython libraries and example projects for the TinyPICO microcontroller | 63 |
pramasoul/micropython-sharp_memory_display | A driver for SHARP memory displays used in embedded systems | 11 |
brainelectronics/micropython-winbond | A library providing an interface to interact with Winbond Flash chips using the MicroPython platform. | 10 |
brainelectronics/micropython-nextion | A Python library that enables interaction with Nextion serial displays using MicroPython | 13 |
python-ugame/micropython-stage | A MicroPython port of the Stage game library, enabling display of tile grids and sprites on SPI-based RGB displays. | 38 |
oysols/tlc5940-micropython | A Micropython library for controlling multiple TLC5940 chips to generate grey scale data for driving displays. | 5 |
fizban99/microbit_ssd1306 | A Python library that enables the display of images and text on an OLED screen connected to a Micro:bit board using its I2C interface. | 57 |
dhallgb/eink-micropython | A Python library that enables display of information on an e-ink display using MicroPython. | 24 |
redoxcode/micropython-dfplayer | A micropython library to control a specific digital music player module | 14 |
piaca/micropython-aes | An implementation of the AES encryption algorithm in pure Python for use with MicroPython | 18 |
dhylands/python_lcd | Library for communicating with character-based LCDs | 307 |
fizban99/microbit_ssd1306_7seg | A library that allows an OLED display to emulate a 7 segment display on a micro:bit microcontroller | 8 |
anthonyknorman/micropython_ssd1306 | A Python library providing an interface to an SSD1306 OLED display using Micropython for ESP8266 microcontrollers. | 10 |
pydap/pydap | A Python library for accessing and manipulating scientific data over the internet using the OPeNDAP protocol. | 139 |