parallaxinc / Simple-Libraries

Contents of the SimpleIDE workspace folder and its Parallax Learn Simple Libraries subfolder.
http://learn.parallax.com/propeller-c-set-simpleide/update-your-learn-folder
21 stars 21 forks source link

Fixes to SSD1331 lib and libgfx fonts #192

Closed MatzElectronics closed 5 years ago

MatzElectronics commented 5 years ago

Speeds up font drawing, especially for larger fonts, by replacing drawing individual background pixels with a single filled rectangle draw - This will be faster on hardware accelerated and buffered displays.

Added missing font initializer to the SSD1331 driver library, which prevented it from loading and displaying fonts.

Adds corrected scrolling functions (still Work-In-Progress - testing and doc updates needed).

MatzElectronics commented 5 years ago

Adds LMM binaries

AndyLindsay commented 5 years ago

Please increment version.txt with any PR.