Xinyuan-LilyGO/LilyGo-T5-Epaper-Series

Boards.h

Rolzzz opened this issue · 5 comments

All of your examples fail with the following

"Please edit Boards.h with a hardware abstraction for this board"

The sketch is compatible with multiple boards, each board has different pin definitions, and the model used needs to be defined above the sketch.

// According to the board, cancel the corresponding macro definition

The sketch is compatible with multiple boards, each board has different pin definitions, and the model used needs to be defined above the sketch.

// According to the board, cancel the corresponding macro definition

I got GxEPD_Example.ino compiled and uploaded but my e-paper isn't functioning, I've emailed support to assist before I can try again

Hey - Try and roll back your board manager in Arduino - to 2.0.1 this worked for me

i also found that the below worked well with my screen even tho all the setups say use another

#include <GxGDEH0213B73/GxGDEH0213B73.h> // 2.13" b/w old panel , form GoodDisplay

The sketch is compatible with multiple boards, each board has different pin definitions, and the model used needs to be defined above the sketch.

// According to the board, cancel the corresponding macro definition

I got GxEPD_Example.ino compiled and uploaded but my e-paper isn't functioning, I've emailed support to assist before I can try again

support got back to me and showed me to load right FW for board and I got screen working again.

For the Boards.h issue, I also got this worked out.

There are multiple B(b)oards.h files, one is upper case and one is lower case.

once I had both files in different areas read by Arduino IDE plus I had to comment out the first 2 lines of this set and uncomment the next lot then it all worked.

image