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

Add copy function, fix bitmap bug #189

Closed MatzElectronics closed 5 years ago

MatzElectronics commented 5 years ago

Adds a generic copy function, adds that functionality to the epaper display (and any other monochrome displays). Fixes a bug in the color-depth mapping for bitmaps on monochrome screens, and in-lines the color conversion math.

Copy function does not work on the ssd1306 (monochrome OLED) display yet - the problem appears to be related to pixel drawing in different screen orientations.