sumotoy / RA8875

A library for RAiO RA8875 display driver for Teensy3.x or LC/Arduino's/Energia/Spark
GNU General Public License v3.0
79 stars 55 forks source link

Rename font files #122

Open jenschr opened 7 years ago

jenschr commented 7 years ago

Hi and thanks for a great library! I've forked it and ported it to Particle Photon and Particle P1. I can make a pull request if you want, but I'd check that I didn't break other platforms. I've tried to be careful not to, but it would be wise to check.

One thing that is a complete showstopper on the Particle platform is the naming of the font files. If these are changed from .c to .cpp the Particle compiler won't complain. Ref this thread https://community.particle.io/t/compiling-c-files-error/25951 Should be a quick fix :)