e-Paper
e-Paper copied to clipboard
Fix case of header files for Arduino IDE
On case-sensitive systems, there is a difference between
#include <arduino.h>
and
#include <Arduino.h>
Fix the source code so that the correct case is used. The same for spi.h -> SPI.h on arduino.
This fixes compilation problems with Arduino IDE on Linux (arduino.h and spi.h: no such file or directory).