Introduction: Islamic Prayer Times - ESP32 TTGO T-Display This is an Arduino IDE project that uses a readily-available development board that includes a small TFT screen -LilyGo TTGO T-Display- to retrieve and display Islamic prayer time data according to the geolocation of the user. ESP32 De...
The TTGO T-Camera comes with an OLED display and a PIR motion sensor. These peripherals can be very useful in surveillance and home automation projects. So, having everything on the same board can be very useful (instead of building the circuit yourself). Besides, it also adds a pushbutton...
display.begin(SSD1306_SWITCHCAPVCC, 0x3c, false, false)) { // Address 0x3C for 128x32 Serial.println(F("SSD1306 allocation failed")); for(;;); // Don't proceed, loop forever } display.clearDisplay(); display.setTextColor(WHITE); display.setTextSize(1); display.setCursor(0,0);...
If you cannont see the display because of bright sunlight, then double tap the watch to go to full brightness. If you double tap it again it will go into torch mode which is a white screen without the time displayed. This screen will stay active for 5 minutes or until you cancel with...
git clone --recursive https://github.com/Xinyuan-LilyGO/TTGO-T-Watch Then move the library files in the libraries directory to C:\Users\<UserName>\Documents\Arduino\libraries In the Arduino board select TTGO T-Watch, the PSRAM is enabled by default, if it is not turned on, please open...
The TurtlePlotBot3 is a MicroPython based 3D printed drawing robot powered by a TTGO T-Display ESP32 Module - russhughes/turtleplotbot3