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:
Ken Van Hoeylandt
2024-01-06 12:24:38 +01:00
committed by GitHub
parent b0ffa04d78
commit 28bd80c1f1
64 changed files with 92 additions and 89 deletions
+4 -4
View File
@@ -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"