From a7cde6ef3918f5f3da9918750c81eec722c25b4b Mon Sep 17 00:00:00 2001 From: localhorst Date: Tue, 10 Nov 2020 10:19:20 +0100 Subject: [PATCH] updated readme --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 48c8b21..a4fc7e6 100644 --- a/README.md +++ b/README.md @@ -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