Ttgo t5 2.3.1 wifi error with GxEPD

Hi All,

First of all thanks for your time. I have received a T5_V2.3.1_2.13 and trying to flash using GxEPD library (current master) I am not able to see anything (flashing as ESP32 Dev Module)
Display:
https://es.aliexpress.com/item/32869729970.html

#include <GxGDEH0213B73/GxGDEH0213B73.h> // 2.13" b/w newer panel

and in case it helps:

Chip is ESP32-D0WDQ6-V3 (revision 3)

Error 1: Minimum Example:
Flashes correctly but getting the following output on restart:

rst:0x1 (POWERON_RESET),boot:0x17 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:1
load:0x3fff0018,len:4
load:0x3fff001c,len:1216
ho 0 tail 12 room 4
load:0x40078000,len:10944
load:0x40080400,len:6388
entry 0x400806b4

Any idea?

@a10pepo, welcome to the forum! Please read How to get the best out of this forum, if you haven't done yet.

You might take a look at this post. And one of the preceding posts.

Awesome, I was exactly looking for the version, I will give it a try and let you know.

Regarding the donation or ttygo happy to send a coordinate email to help them decide to donate to you :slight_smile:

I will get back with my progress... Thanks in advanced

Hi,

I am adding this comment so in case anyone has the same issue here is my solution:

  1. Go to:
    GitHub - Xinyuan-LilyGO/T5-Ink-Screen-Series: TTGO T5 V2.2 ESP32 2.9“EPaper Plus
  2. Follow steps
  3. Select the following
    #define LILYGO_T5_V213
    #include <GxGDEM0213B74/GxGDEM0213B74.h> // 2.13" b/w form GoodDisplay 4-color
  4. Install ESP32 Sketch Data upload:
    Releases · me-no-dev/arduino-esp32fs-plugin · GitHub

FLash it!! Magic!!!

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.