Paperino icon indicating copy to clipboard operation
Paperino copied to clipboard

E-Paper display library for the Particle & Arduino family.

Results 5 Paperino issues
Sort by recently updated
recently updated
newest added

Arduino IDE version: 1.6.12 Library version: 1.1.2 (also tried 1.1.0) Here are the errors: In file included from /Users/molecule/Documents/Arduino/libraries/PL_microEPD/examples/_01_HelloWorld/_01_HelloWorld.ino:11:0: /Users/molecule/Documents/Arduino/libraries/PL_microEPD/src/PL_microEPD.h:84:43: error: overflow in constant expression byte buffer[EPD_WIDTH * EPD_HEIGHT /...

From the Arduino Sketch Specification: https://arduino.github.io/arduino-cli/dev/sketch-specification/#sketch-folders-and-files > The sketch root folder name and code file names must start with a basic letter (A-Z or a-z) or number (0-9), followed >...

Specifying the library dependencies in the `depends` field of library.properties causes the Arduino Library Manager (Arduino IDE 1.8.10 and newer) to offer to install any missing dependencies during installation of...

![image](https://user-images.githubusercontent.com/21104467/29744828-50b878b2-8aad-11e7-8448-8b2f45289c4c.png) ![image](https://user-images.githubusercontent.com/21104467/29744843-761172a8-8aad-11e7-8e60-a01fffbf1ea6.png) ![image](https://user-images.githubusercontent.com/21104467/29744849-891f23a4-8aad-11e7-8b91-d1db8494546d.png) ![image](https://user-images.githubusercontent.com/21104467/29744854-98f1e4b0-8aad-11e7-8356-7e5f55b207e4.png) ![image](https://user-images.githubusercontent.com/21104467/29744858-a7aaefba-8aad-11e7-8f06-d41a8eaac7fb.png)

For updating, the ePaper waveform also needs to know the actual image content in order to chose the correct waveform transition. This is handled by the driver IC, but not...