Library release of Simon Ford's GraphicsDisplay Display Library Base Class.
Dependents: ese_project_copy ese_project_share Test_ColorMemLCD rIoTwear_LCD ... more
Diff: GraphicsDisplay.cpp
- Revision:
- 1:1cb0fcbce1bf
- Parent:
- 0:282710e02ef4
--- a/GraphicsDisplay.cpp Wed Jan 21 19:40:58 2015 +0000
+++ b/GraphicsDisplay.cpp Fri Jan 23 20:21:32 2015 +0000
@@ -125,9 +125,7 @@
}
void GraphicsDisplay::putp(int colour) {
- // put pixel at current pixel location
pixel(_x, _y, colour);
- // update pixel location based on window settings
_x++;
if(_x > _x2) {
_x = _x1;
GraphicsDisplay




