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

Color OLED filled rectangle does not handle out of screen coordinates properly #48

Closed MatzElectronics closed 4 years ago

MatzElectronics commented 7 years ago

Fails to draw filled rectangles when the starting coordinate is negative. Library will need a test for this, and then draw from 0,0 to the opposite corner of the visible portion.