Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/redspirit/arduino-st7789-micro
Launching the st7789 display without dependencies
https://github.com/redspirit/arduino-st7789-micro
arduino esp32 st7789-display without-libraries
Last synced: 24 days ago
JSON representation
Launching the st7789 display without dependencies
- Host: GitHub
- URL: https://github.com/redspirit/arduino-st7789-micro
- Owner: redspirit
- Created: 2024-09-07T06:04:21.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-08T06:59:05.000Z (about 2 months ago)
- Last Synced: 2024-09-30T09:21:44.412Z (about 1 month ago)
- Topics: arduino, esp32, st7789-display, without-libraries
- Language: C++
- Homepage:
- Size: 380 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# arduino-st7789-micro
Launching the st7789 display without dependencies![Test display](test-screen.png)
Это простой код без зависимостей и сторонних библиотек (кроме SPI.h) который работает с дисплееями на базе ST7789.
Список команд инициализации взят из библиотеки https://github.com/cbm80amiga/Arduino_ST7789_FastВ моем коде используются самые базовые команды управления GPIO и SPI для демонстрации работы дисплея, но вы можете использовать более быстрые и оптимизированные приемы из Arduino_ST7789_Fast для своего проекта.
Также есть варинт кода для ESP32, он практически идентичен коду для Arduino, только немного изменена работа с SPI.