Rename project to tactility (#7)
* wifi wip * renamed project to Tactility * renamed code files and defines * changed prefixes to tt_ * removed wifi wip code
This commit is contained in:
committed by
GitHub
parent
b0ffa04d78
commit
28bd80c1f1
@@ -1,5 +1,5 @@
|
||||
idf_component_register(
|
||||
SRC_DIRS "."
|
||||
INCLUDE_DIRS "."
|
||||
REQUIRES nanobake esp_lcd esp_lcd_touch_gt911
|
||||
REQUIRES tactility esp_lcd esp_lcd_touch_gt911
|
||||
)
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
#include "nanobake.h"
|
||||
#include "esp_log.h"
|
||||
#include "driver/ledc.h"
|
||||
#include "driver/spi_master.h"
|
||||
#include "esp_err.h"
|
||||
#include "esp_lcd_panel_ops.h"
|
||||
#include "driver/spi_master.h"
|
||||
#include "esp_lcd_panel_vendor.h"
|
||||
#include "driver/ledc.h"
|
||||
#include "esp_log.h"
|
||||
#include "tactility.h"
|
||||
|
||||
#define TAG "lilygo_tdeck_display"
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
#include "nanobake.h"
|
||||
#include "tactility.h"
|
||||
|
||||
extern const HardwareConfig lilygo_tdeck;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include "nanobake.h"
|
||||
#include "tactility.h"
|
||||
|
||||
#include "esp_lcd_touch_gt911.h"
|
||||
#include "esp_log.h"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
idf_component_register(
|
||||
SRC_DIRS "."
|
||||
INCLUDE_DIRS "."
|
||||
REQUIRES nanobake esp_lcd_touch_cst816s esp_lcd_ili9341
|
||||
REQUIRES tactility esp_lcd_touch_cst816s esp_lcd_ili9341
|
||||
)
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
#include "nanobake.h"
|
||||
#include "esp_lcd_ili9341.h"
|
||||
#include "esp_log.h"
|
||||
#include "esp_err.h"
|
||||
#include "esp_lcd_panel_ops.h"
|
||||
#include "driver/gpio.h"
|
||||
#include "driver/spi_master.h"
|
||||
#include "esp_err.h"
|
||||
#include "esp_lcd_ili9341.h"
|
||||
#include "esp_lcd_panel_ops.h"
|
||||
#include "esp_log.h"
|
||||
#include "freertos/FreeRTOS.h"
|
||||
#include "freertos/semphr.h"
|
||||
#include "tactility.h"
|
||||
|
||||
#define TAG "2432s024_ili9341"
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
#include "nanobake.h"
|
||||
#include "driver/i2c.h"
|
||||
#include "esp_err.h"
|
||||
#include "esp_lcd_touch_cst816s.h"
|
||||
#include "esp_log.h"
|
||||
#include "esp_err.h"
|
||||
#include "driver/i2c.h"
|
||||
#include "tactility.h"
|
||||
|
||||
#define TOUCH_I2C_PORT 0
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include "nanobake.h"
|
||||
#include "tactility.h"
|
||||
|
||||
// Capacitive touch version of the 2.4" yellow board
|
||||
extern const HardwareConfig yellow_board_24inch_cap;
|
||||
|
||||
Reference in New Issue
Block a user