repaper / gratis

EPD Source codes and Documentation
238 stars 132 forks source link

code error in epd_v1.c #12

Closed photonthunder closed 10 years ago

photonthunder commented 10 years ago

Under PlatformWithOS/driver-common there is a code error in epd_v1.c:

epd_v1.c: In function ‘EPD_create’: epd_v1.c:203:12: error: expected expression before ‘EPD_type’

Got it to compile with V2 but can't get it to work on the Beaglebone or the Raspberry pi. The gpio_test works great, and when I run epd_test I can see on the scope that my I am sending SPI data. Even tried using the epd_fuse, which responds with the LCD info and version but doesn't seem to do anything with the commands. Any hidden gem I may be missing (I have tried this on raspberry pi and Beaglebone black with no luck).

Thanks for your time.

hxw commented 10 years ago

Sorry about that, must watch copy/paste next time :(