Moving ESP-IDF specific files to lv_port (#175)

* Move disp_spi.c and tp_spi.c to lv_port

* Move esp_lcd_backlight to lv_port

* Move disp_spi.h and tp_spi.h to lv_port
This commit is contained in:
Carlos Diaz 2022-02-02 16:51:28 -06:00 committed by GitHub
parent 463721e291
commit 28d663f6b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 7 additions and 5 deletions

View file

@ -14,8 +14,8 @@
#include "esp_log.h"
#include "esp_idf_version.h"
#include "lvgl_tft/disp_spi.h"
#include "lvgl_touch/tp_spi.h"
#include "disp_spi.h"
#include "tp_spi.h"
#include "lvgl_spi_conf.h"