-
Notifications
You must be signed in to change notification settings - Fork 12
Arduino Settings
I am using actually (05/2021) the Arduino IDE v1.8.13 with the ESP32 Package v1.0.5/v1.0.6.
See here Installation instructions using Arduino IDE Boards Manager for how to add ESP32 Support to your Arduino IDE.
You need to add the U8g2 Library from Oli Kraus to your Arduino System.
Use the Arduino IDE Library Manager (Sketch > Include Library > Manage Libraries) and search for U8g2.
Important: As we use an Display with a Pixel width of 256 we need to uncomment // Enable U8G2_16BIT
in u8g2.h
.
See 16-Bit-Mode for more details.
It looks like the 16-Bit-Mode is automatically enabled if you use an ESP Device. No need to enable it manually.
!! Important !!
Uncomment only Your Board
Uncomment #define USE_TTGOT8
Uncomment #define USE_LOLIN32W
Uncomment #define USE_NODEMCU
The Devkitc V4 is actually not working properly, don't use or buy it.
Uncomment #define USE_LOLIN32D
Format your SD Card with FAT16 (FAT) or FAT32.
SD Cards can be used in SPI or SD-Bus Mode with the ESP32 with Arduino & ESP's.
The TTGO-T8 supports SPI and the 1-Bit SD-Bus Mode.
One weird thing is that you need to run the SD_MMC.begin("/sdcard", true)
command twice to get it working.
The first command reports an error back, the second one is working fine.
This issue is reported on some websites and be hopefully fixed in newer Releases of the ESP32 Package.
The 4-Bit SD-Bus Mode, which is not supported by the TTGO-T8's SD Slot, doesn't show this weird issue.
๐พ ๐พ
๐๏ธ >>Start here<<
๐ฅ MiSTer Installation & Update ๐ฅ
โ History (Updates & Notes)
๐ง Realizing / How does it work
๐ Electrical / PCB's / Tested Hardware
โ๏ธ Arduino HowTo for Windows
๐ Arduino IDE Settings
๐ก OTA (Wireless) Arduino Update
๐ฌ CMD Mode (Greyscale/Adafruit GFX)
๐ฌ Old CMD Mode (Monochrome/U8G2)
๐ผ๏ธ Build Greyscale Pictures (GSC)
๐จ Testing / Troubleshooting
๐ Files and Folders in this Repository
๐ผ๏ธ Gallery
๐ฏ Cardware
๐ Credits and Links