Hi,
I am trying to load up a weather station for my esp32 e paper setup and was having trouble with that and I was suspecting it was the gxepd library which wasn't working, so to test it I recently got the gxepd library separately for my e-paper and I am having trouble loading up any sketches due to this error (this one is from the HelloWorld sketch):
:\Users\jaira\Downloads\GxEPD2-master\GxEPD2-master\examples\GxEPD2_HelloWorld\GxEPD2_HelloWorld.ino:26:10: fatal error: GxEPD2_BW.h: No such file or directory
#include <GxEPD2_BW.h>
^~~~~~~~~~~~~
compilation terminated.
exit status 1
Compilation error: GxEPD2_BW.h: No such file or directory
I have the waveshare 7.3in 7 colour e paper and the universal hat that came with it. When I run the waveshare examples they work fine.
My current pinout is:
BUSY -> 4
CS -> 5
RST -> 21
DC -> 22
SCK -> 18
DIN -> 23
GND -> GND
VCC -> VCC
Any fixes for this?