Skip to content

TGoodhew/EPD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EPD

RePaper on Raspberry Pi 2 with Windows 10 IoT Core

I took the demo sketch (Sketches/demo/demo.ino) from the RePaper github (https://github.com/repaper/gratis) and put it in an Arduino Wiring for Windows 10 IoT Core project. To get this to work I grabbed the required files from the library (Sketches/libraries) and manually added them to the solution.

There was some fixup required to get the files to compile under VC++ 2015 (related to the differences between GCC and VC++). Some of these fixes were effectively hard coded (like commenting out Serial calls, setting the temp specifically at 25 degrees, changing SPI calls to use initializer lists instead of macros, etc). In most cases I left a \\TODO comment near them to indicate the chnage and the fact that they need to be wrapped properly to enable it to work in either GCC or VC++).

The other big change I made was to stop the code throwing away the SPI object. You can see the difference in performance in this video:

IMAGE ALT TEXT

About

Repaper on Raspberry Pi 2 with Windows 10 IoT Core

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published