sparkfun / SparkFun_RGB_OLED_64x64_Arduino_Library

A fully featured Arduino library to support the RGB OLED 64x64 Display Breakout using the SSD1357 driver IC. Direct access to display RAM, drawing functions for pixels, lines, rectangles, and circles, and text display. A default font is built-in, and additional fonts can be hooked in by the user.
7 stars 4 forks source link

Replace incorrect keywords.txt #1

Closed per1234 closed 5 years ago

per1234 commented 5 years ago

The keywords.txt in the root of the repository is for another library. The keywords.txt in the src folder is for this library. The Arduino IDE uses the keywords.txt in the root library folder so the correct keywords.txt file was moved from the src folder to the root to replace the incorrect file.

oclyke commented 5 years ago

Hi @per1234 thanks for catching my mistake!