Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems compiling, missing code #264

Open
XenonFlits opened this issue Sep 11, 2024 · 2 comments
Open

Problems compiling, missing code #264

XenonFlits opened this issue Sep 11, 2024 · 2 comments

Comments

@XenonFlits
Copy link

Hi,
I like this code very much, but have issues compiling sample file Waveshare_2_13_T5

  • Function TitleCase is missing,
  • Function obtain_wx_data is missing,
  • Function DecodeWeather is missing,
  • Line 56 error " #WeAct 2.13 screen module, you need to change GxEPD2_213_B73 to GxEPD2_213_B74 "

(note: in recent V2.3.1 of the LilyGO TTGO T5 ESP32 + 2.13inch the DEPG0213BN screen driver is used)

Also it would be helpful to elaborate on exactly what libraries should be loaded (name + author name + version)
I use Arduino IDE 1.8.19

Please update the INO, I would like to continue with this code.

@G6EJD
Copy link
Owner

G6EJD commented Sep 11, 2024

Just follow the readme to install all the necessary libraries.

@XenonFlits
Copy link
Author

XenonFlits commented Sep 11, 2024

Thanks for the short answer. I got the message. :-P

It is compiling fine now:

  • I did a complete clean and a reinstall, now using Arduino version 2.3.2
  • added boards ESP32 3.0.4 by Espressif Systems
  • added libs ArduinoJson 7.1.0 by Benoit, U8g2_for_Adafruit_GFX 1.8.0 by Oliver
  • Added GxEPD2 1.5.8 by Zingg
  • Added the .h files
  • Modified the GxEPD2_BW loading (line 55)

The common LiliyGo T5 V2.3.1 2.13 inch E-Paper Display (kind of confusing, these numbers) needs the GxEPD2_213_B74, like the WeAct. The DEPG0213BN display driver chip seems OK with that.

Thanks again, very happy this works now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants