doc
This commit is contained in:
parent
d255ebe15b
commit
81af30e786
@ -13,6 +13,7 @@ On NJU and SSD uses buffer to keep current content as help for page operations.
|
||||
|
||||
Wiring is below
|
||||
|
||||
Demos are in demos directory
|
||||
|
||||
Initialization
|
||||
===
|
||||
@ -111,12 +112,18 @@ draw_arc(x1, y1, radius, from_angle, to_angle
|
||||
|
||||
fill_rect(x1, y1, x2, y2)
|
||||
|
||||
draw_image(x, y, PIL.Image)
|
||||
|
||||
Colours
|
||||
===
|
||||
lcd.color = (r, g, b)
|
||||
|
||||
lcd.background_color = (r, g ,b)
|
||||
|
||||
lcd.threshold = 255 - for images a threshold between black and white (on monochrome)
|
||||
|
||||
lcd.transparency_color = [110, 57] #110 - color(s) that are skipped during drawing an image
|
||||
|
||||
|
||||
Wiring
|
||||
===
|
||||
|
Loading…
Reference in New Issue
Block a user