LCD Driver for ST7789V used ESP32-WROVER-KIT V4.1
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Hendrik Schutter a7cde6ef39
updated readme
2 years ago
Doxygen/html convert to component 2 years ago
components/lcd convert to component 2 years ago
main convert to component 2 years ago
.gitignore added modified espressif example 2 years ago
CMakeLists.txt added modified espressif example 2 years ago
Doxyfile convert to component 2 years ago
LICENSE Initial commit 2 years ago
Makefile added modified espressif example 2 years ago
README.md updated readme 2 years ago
code_example_output.png added image for example 2 years ago
sdkconfig added modified espressif example 2 years ago
sdkconfig.old splitted into LCD and Driver modules 2 years ago
workspace.code-workspace structure libary & code cleanup 2 years ago

README.md

ESP32-WROVER-KIT-LCD-DRIVER

LCD Driver for ST7789V/ILI9341 used ESP32-WROVER-KIT

Overview

In the ./main directory you can find following file:

Example_Main.c Example for this project

In the ./components/lcd/ directory you can find following file:

LCD.c LCD Framebuffer Module
LCD.h Header for importing in user application

Driver.c SPI LCD Driver
Driver.h Header SPI LCD Driver

Code example

iLCD_init(); //init lcd screen

iLCD_clearFramebuffer(COLOR_BLACK); //set complete screen to desired color

iLCD_writeString(42,42,"Hello World!",COLOR_WHITE,COLOR_BLACK); //Write text to screen

iLCD_writeString(42,50,"ESP32",COLOR_WHITE,COLOR_GREEN); //Write text to screen
code_example_output

Documentation

You can find the Doxygen HTML in ./Doxygen

Existing code used

https://github.com/Everlers/demo_esp_lcd_st7789v
https://github.com/espressif/esp-idf/blob/master/examples/peripherals/spi_master/lcd

Du besuchst diese Seite mit einem veralteten IPv4-Internetzugang. Möglicherweise treten in Zukunft Probleme mit der Erreichbarkeit und Performance auf. Bitte frage deinen Internetanbieter oder Netzwerkadministrator nach IPv6-Unterstützung.
You are visiting this site with an outdated IPv4 internet access. You may experience problems with accessibility and performance in the future. Please ask your ISP or network administrator for IPv6 support.
Weitere Infos | More Information
Klicke zum schließen | Click to close