mirror of
https://github.com/0015/ThatProject.git
synced 2026-01-12 09:17:42 +03:00
Confirmed that TTGO projects are working
This commit is contained in:
@@ -1,3 +1,34 @@
|
|||||||
|
/////////////////////////////////////////////////////////////////
|
||||||
|
/*
|
||||||
|
[ESP32 TTGO] Getting Started! #StartingLine #BasicSetup (ft. Image Animation)
|
||||||
|
For More Information: https://youtu.be/Bl1C7Vdl3GA
|
||||||
|
Created by Eric N. (ThatProject)
|
||||||
|
*/
|
||||||
|
/////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
// Updated: 2023-04-27
|
||||||
|
// Arduino core for the ESP32: 2.0.8
|
||||||
|
// https://github.com/espressif/arduino-esp32
|
||||||
|
|
||||||
|
// TFT_eSPI: 2.5.0
|
||||||
|
// https://github.com/Bodmer/TFT_eSPI
|
||||||
|
|
||||||
|
// TJpg_Decoder: 1.0.8
|
||||||
|
// https://github.com/Bodmer/TJpg_Decoder
|
||||||
|
|
||||||
|
// arduino-esp32fs-plugin: 1.1
|
||||||
|
// https://github.com/me-no-dev/arduino-esp32fs-plugin/releases/
|
||||||
|
|
||||||
|
// TFT_eSPI Display Setting
|
||||||
|
// Open user_setup_select.h in Text Editor
|
||||||
|
// Comment-> #include <User_Setup.h>
|
||||||
|
// Uncomment-> #include <User_Setups/Setup25_TTGO_T_Display.h>
|
||||||
|
|
||||||
|
// SPIFFS Uploder Tool
|
||||||
|
// Downlaod https://github.com/me-no-dev/arduino-esp32fs-plugin/releases/
|
||||||
|
// Copy esp32fs.jar file to Arduino/tools/ESP32FS/tool/esp32fs.jar
|
||||||
|
// Since the tool cannot be used in Arduino IDE 2.x, you must use Arduion IDE 1.x.
|
||||||
|
|
||||||
#include "SPIFFS.h"
|
#include "SPIFFS.h"
|
||||||
#include <TJpg_Decoder.h>
|
#include <TJpg_Decoder.h>
|
||||||
#include "SPI.h"
|
#include "SPI.h"
|
||||||
|
|||||||
@@ -1,3 +1,35 @@
|
|||||||
|
/////////////////////////////////////////////////////////////////
|
||||||
|
/*
|
||||||
|
ESP32 Bluetooth LE Secure Server for multi clients (ft. PassKey)
|
||||||
|
For More Information: https://youtu.be/TwexLJwdLEw
|
||||||
|
Created by Eric N. (ThatProject)
|
||||||
|
*/
|
||||||
|
/////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
// Updated: 2023-04-27
|
||||||
|
// Arduino core for the ESP32: 2.0.8
|
||||||
|
// https://github.com/espressif/arduino-esp32
|
||||||
|
|
||||||
|
// TFT_eSPI: 2.5.0
|
||||||
|
// https://github.com/Bodmer/TFT_eSPI
|
||||||
|
|
||||||
|
// TJpg_Decoder: 1.0.8
|
||||||
|
// https://github.com/Bodmer/TJpg_Decoder
|
||||||
|
|
||||||
|
// arduino-esp32fs-plugin: 1.1
|
||||||
|
// https://github.com/me-no-dev/arduino-esp32fs-plugin/releases/
|
||||||
|
|
||||||
|
// TFT_eSPI Display Setting
|
||||||
|
// Open user_setup_select.h in Text Editor
|
||||||
|
// Comment-> #include <User_Setup.h>
|
||||||
|
// Uncomment-> #include <User_Setups/Setup25_TTGO_T_Display.h>
|
||||||
|
|
||||||
|
// SPIFFS Uploder Tool
|
||||||
|
// Downlaod https://github.com/me-no-dev/arduino-esp32fs-plugin/releases/
|
||||||
|
// Copy esp32fs.jar file to Arduino/tools/ESP32FS/tool/esp32fs.jar
|
||||||
|
// Since the tool cannot be used in Arduino IDE 2.x, you must use Arduion IDE 1.x.
|
||||||
|
|
||||||
|
|
||||||
#include <Pangodream_18650_CL.h>
|
#include <Pangodream_18650_CL.h>
|
||||||
#include "SPIFFS.h"
|
#include "SPIFFS.h"
|
||||||
#include <TFT_eSPI.h>
|
#include <TFT_eSPI.h>
|
||||||
|
|||||||
@@ -1,3 +1,34 @@
|
|||||||
|
/////////////////////////////////////////////////////////////////
|
||||||
|
/*
|
||||||
|
ESP32TTGO - Battery Indicator 🔋⚡
|
||||||
|
For More Information: https://youtu.be/osAOdmZuvDc
|
||||||
|
Created by Eric N. (ThatProject)
|
||||||
|
*/
|
||||||
|
/////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
// Updated: 2023-04-27
|
||||||
|
// Arduino core for the ESP32: 2.0.8
|
||||||
|
// https://github.com/espressif/arduino-esp32
|
||||||
|
|
||||||
|
// TFT_eSPI: 2.5.0
|
||||||
|
// https://github.com/Bodmer/TFT_eSPI
|
||||||
|
|
||||||
|
// TJpg_Decoder: 1.0.8
|
||||||
|
// https://github.com/Bodmer/TJpg_Decoder
|
||||||
|
|
||||||
|
// arduino-esp32fs-plugin: 1.1
|
||||||
|
// https://github.com/me-no-dev/arduino-esp32fs-plugin/releases/
|
||||||
|
|
||||||
|
// TFT_eSPI Display Setting
|
||||||
|
// Open user_setup_select.h in Text Editor
|
||||||
|
// Comment-> #include <User_Setup.h>
|
||||||
|
// Uncomment-> #include <User_Setups/Setup25_TTGO_T_Display.h>
|
||||||
|
|
||||||
|
// SPIFFS Uploder Tool
|
||||||
|
// Downlaod https://github.com/me-no-dev/arduino-esp32fs-plugin/releases/
|
||||||
|
// Copy esp32fs.jar file to Arduino/tools/ESP32FS/tool/esp32fs.jar
|
||||||
|
// Since the tool cannot be used in Arduino IDE 2.x, you must use Arduion IDE 1.x.
|
||||||
|
|
||||||
#include <Pangodream_18650_CL.h>
|
#include <Pangodream_18650_CL.h>
|
||||||
#include "SPIFFS.h"
|
#include "SPIFFS.h"
|
||||||
#include <TFT_eSPI.h>
|
#include <TFT_eSPI.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user