https://github.com/masterpluster/esp32-s3-geek-circuitpython
intento de interface novato friendly para el ESP32-S3-GEEK en Circuit Python
https://github.com/masterpluster/esp32-s3-geek-circuitpython
Last synced: about 1 year ago
JSON representation
intento de interface novato friendly para el ESP32-S3-GEEK en Circuit Python
- Host: GitHub
- URL: https://github.com/masterpluster/esp32-s3-geek-circuitpython
- Owner: masterPlusTer
- Created: 2024-12-31T00:56:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-31T02:16:58.000Z (over 1 year ago)
- Last Synced: 2025-02-14T10:03:16.561Z (over 1 year ago)
- Language: Python
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# esp32-s3-GEEK-CircuitPython
intento de interface novato friendly para el ESP32-S3-GEEK en Circuit Python
por ahora solo hay esto, pero bueno, finalmente logre integrar la sd y el display en un mismo codigo.
esta porqueria que hay aqui genera un archivo en la sd y lo muestra en el display, todo un logro
despues voy a hacer un modulo que encapsule toda la complejidad para que se pueda hacer cosas facilmente
IMPORTANTE, esto depende de las siguientes librerias externas:
- adafruit_display_shapes
- adafruit_display_text
descargate el Community Bundle de la pagina oficial de circuit python, copia estas dos librerias y pegalas en el directorio /lib de tu dispositivo