Damien George
|
69661f3343
|
all: Reformat C and Python source code with tools/codeformat.py.
This is run with uncrustify 0.70.1, and black 19.10b0.
|
2020-02-28 10:33:03 +11:00 |
Damien George
|
dc77fdb7d4
|
drivers/display/lcd160cr.py: In fast_spi, send command before flushing.
The intention of oflush() is to flush the "fast SPI" command itself so that
the SPI object is ready to use when the function returns.
|
2018-09-18 13:49:49 +10:00 |
Damien George
|
f351c6db5e
|
drivers/display/lcd160cr: Fix get_line method and enhance screen_dump.
The docs are updated and describe the new behaviour of these methods.
|
2017-05-17 19:53:13 +10:00 |
Damien George
|
528aeb3bf3
|
drivers/display/lcd160cr: Add check that JPEG size is less than 65536.
|
2017-02-27 18:39:35 +11:00 |
Damien George
|
8400d0461d
|
drivers/display/lcd160cr: Fix bug with save_to_flash method.
|
2017-02-24 17:22:57 +11:00 |
Damien George
|
b0a6dda115
|
drivers/display/lcd160cr: Fix bugs with lcd.get_pixel().
Fixes issues #2880 and #2881.
|
2017-02-21 17:40:34 +11:00 |
Stephan Brauer
|
8f3e07f17d
|
drivers/display/lcd160cr: Use correct variable in set_power().
|
2017-02-17 16:54:05 +11:00 |
Damien George
|
43d9f9916a
|
drivers/display: Add driver and test for uPy LCD160CR display.
|
2017-01-23 14:36:19 +11:00 |