https://github.com/cybardev/esp32-dotfiles
MicroPython scripts for my ESP microcontrollers
https://github.com/cybardev/esp32-dotfiles
embedded esp32 esp8266 microcontroller micropython
Last synced: 4 months ago
JSON representation
MicroPython scripts for my ESP microcontrollers
- Host: GitHub
- URL: https://github.com/cybardev/esp32-dotfiles
- Owner: cybardev
- License: gpl-3.0
- Created: 2025-01-27T23:55:06.000Z (6 months ago)
- Default Branch: c3-oled
- Last Pushed: 2025-02-08T21:35:36.000Z (5 months ago)
- Last Synced: 2025-02-08T22:26:04.913Z (5 months ago)
- Topics: embedded, esp32, esp8266, microcontroller, micropython
- Language: Python
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ESP32-C3 Configs
Scripts for _my_ ESP32-C3 board with 0.42" OLED display.
> [!NOTE]
> Given the variety of hardware even among the ESP32-C3 boards, the scripts here may or may not work for your board. Please proceed with caution.
## Credits
- [robert-hh/SH1106](https://github.com/robert-hh/SH1106) for the [`sh1106`](./lib/sh1106.py) display driver
- [easytarget/microPyEZfonts](https://github.com/easytarget/microPyEZfonts) for the [`ezFBfont`](./lib/ezFBfont.py) font writer class, and the [`amstrad_cpc_extended`](./lib/ezFBfont_amstrad_cpc_extended_ascii_08.py) font> [!IMPORTANT]
> The above modules have their own licenses. Check the linked repositories for more information.