epd215-library
epd215-library copied to clipboard
An Arduino Library for the E-paper Teensy Shield
Results
2
epd215-library issues
Sort by
recently updated
recently updated
newest added
The recently introduced rotation does only work halfway. The underlying Adafruit_GFX_library does not know about it, therefore wrapping and clipping does not rotate as well.
I saw issue #4, and swapped pins, but the example code (all of them) is still [stalling out in this loop waiting for BS to go low.](https://github.com/jarek319/EPD215/blob/master/EPD215.cpp#L285) On a scope,...