intial attempt

master
Neon22 2013-12-27 19:26:54 -08:00
rodzic 13abc4f436
commit 91a85de4b1
1 zmienionych plików z 12 dodań i 0 usunięć

12
LCD-driver.md 100644

@ -0,0 +1,12 @@
The inbuilt LCD driver has a number of functions defining its behaviour:
* lcd.clear() # clears the ecreen
* lcd.reset(x,y) # clears the pixel at x,y to a 0 or empty state
* lcd.set(x,y) # sets the pixel on at position x,y
* lcd.get(x,y) # gets a 0 or 1 indicating the off/on state of the pixel at x,y
* lcd.show() # updates the display and forces a redraw.
!!how do we set the mode for a given lcd device.
Example:
* aaa