Skip to content

Commit

Permalink
Removed unnecessary lines (referring to TFT_eSPI)
Browse files Browse the repository at this point in the history
  • Loading branch information
CoretechR committed Dec 24, 2024
1 parent 88cfb6a commit 6906610
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions Platformio/hardware/ESP32/tft_hal_esp32.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ class LGFX : public lgfx::LGFX_Device{
lgfx::Touch_FT5x06 _touch_instance;

public:
const char* driver_name = "ILI9341";
const char* mcu_name = "ESP32";

LGFX(void);
};
extern LGFX tft;
Expand Down
3 changes: 0 additions & 3 deletions Platformio/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,6 @@ build_flags =
-D LV_MEM_CUSTOM=0
-D LV_MEM_SIZE="(32U * 1024U)"
;-- GFX -------------------------------------------------------------------
-D DISABLE_ALL_LIBRARY_WARNINGS=1
-D TFT_WIDTH=${env.custom_screen_width}
-D TFT_HEIGHT=${env.custom_screen_height}
-D SPI_FREQUENCY=40000000 ; 40MHz default, some displays might support 80MHz
;-- for BLE Keyboard. Set the maximum number of bonded BLE peers ----------
-D CONFIG_BT_NIMBLE_MAX_BONDS=3
Expand Down

0 comments on commit 6906610

Please sign in to comment.