updated readme

This commit is contained in:
Hendrik Schutter 2020-11-10 10:19:20 +01:00
parent 0302069111
commit a7cde6ef39
1 changed files with 7 additions and 5 deletions

View File

@ -4,15 +4,17 @@ LCD Driver for ST7789V/ILI9341 used ESP32-WROVER-KIT
## Overview
In the [./main](https://git.mosad.xyz/localhorst/ESP32-WROVER-KIT-LCD-DRIVER/src/branch/master/main) directory you can find following files:
In the [./main](https://git.mosad.xyz/localhorst/ESP32-WROVER-KIT-LCD-DRIVER/src/branch/master/main) directory you can find following file:
[_Example_Main.c_](https://git.mosad.xyz/localhorst/ESP32-WROVER-KIT-LCD-DRIVER/src/branch/master/main/Example_Main.c) Example for this project
[_LCD.c_](https://git.mosad.xyz/localhorst/ESP32-WROVER-KIT-LCD-DRIVER/src/branch/master/main/LCD.c) LCD Framebuffer Module
[_LCD.h_](https://git.mosad.xyz/localhorst/ESP32-WROVER-KIT-LCD-DRIVER/src/branch/master/main/LCD.h) Header for importing in user application
In the [./components/lcd/](https://git.mosad.xyz/localhorst/ESP32-WROVER-KIT-LCD-DRIVER/src/branch/master/components/lcd) directory you can find following file:
[_Driver.c_](https://git.mosad.xyz/localhorst/ESP32-WROVER-KIT-LCD-DRIVER/src/branch/master/main/Driver.c) SPI LCD Driver
[_Driver.h_](https://git.mosad.xyz/localhorst/ESP32-WROVER-KIT-LCD-DRIVER/src/branch/master/main/Driver.h) Header SPI LCD Driver
[_LCD.c_](https://git.mosad.xyz/localhorst/ESP32-WROVER-KIT-LCD-DRIVER/src/branch/master/components/lcd/src/LCD.c) LCD Framebuffer Module
[_LCD.h_](https://git.mosad.xyz/localhorst/ESP32-WROVER-KIT-LCD-DRIVER/src/branch/master/components/lcd/include/LCD.h) Header for importing in user application
[_Driver.c_](https://git.mosad.xyz/localhorst/ESP32-WROVER-KIT-LCD-DRIVER/src/branch/master/components/lcd/src/Driver.c) SPI LCD Driver
[_Driver.h_](https://git.mosad.xyz/localhorst/ESP32-WROVER-KIT-LCD-DRIVER/src/branch/master/components/lcd/include/Driver.h) Header SPI LCD Driver
## Code example