An open API service indexing awesome lists of open source software.

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

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.

ESP32-C3 displaying Hello World on integrated screen

## 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.