Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zvosolider/wespdisp
esp32 firmware and python library for ssd1306 wifi display
https://github.com/zvosolider/wespdisp
display esp32 python ssd1306-oled
Last synced: about 1 month ago
JSON representation
esp32 firmware and python library for ssd1306 wifi display
- Host: GitHub
- URL: https://github.com/zvosolider/wespdisp
- Owner: zvosolider
- License: other
- Created: 2024-09-04T18:37:31.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-03T21:22:51.000Z (about 2 months ago)
- Last Synced: 2024-10-13T00:02:04.008Z (about 1 month ago)
- Topics: display, esp32, python, ssd1306-oled
- Language: C++
- Homepage:
- Size: 16.6 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🖥 wESPdisplay
> **Name of the library stands for "WiFi ESP display"**The following folders are located in this repository:
- 📁 **esp32** with .ino file *(you need to set WiFi name and password in it)*
- 📁 **wespdisplay** with python library📄 There is also a file **example.py** where is the example of using the library
## 📩 Downloading
1. Install **Adafruit GFX** and **Adafruit SSD1306** libraries
2. Compile and upload **esp32.ino** file to your board
3. From **wespdisp** folder run
```sh
pip install .
```
And now you can use your display!## ✨ Future
Most likely, I will transfer the text scrolling functions and try to add the ability to send.bmp files, or other images