Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-08 | drivers: Remove drivers that are now in micropython-lib. | Jim Mussared | |
Signed-off-by: Jim Mussared <jim.mussared@gmail.com> | |||
2020-02-28 | all: Reformat C and Python source code with tools/codeformat.py. | Damien George | |
This is run with uncrustify 0.70.1, and black 19.10b0. | |||
2018-09-18 | drivers/display/lcd160cr.py: In fast_spi, send command before flushing. | Damien George | |
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. | |||
2017-05-17 | drivers/display/lcd160cr: Fix get_line method and enhance screen_dump. | Damien George | |
The docs are updated and describe the new behaviour of these methods. | |||
2017-02-27 | drivers/display/lcd160cr: Add check that JPEG size is less than 65536. | Damien George | |
2017-02-24 | drivers/display/lcd160cr: Fix bug with save_to_flash method. | Damien George | |
2017-02-21 | drivers/display/lcd160cr: Fix bugs with lcd.get_pixel(). | Damien George | |
Fixes issues #2880 and #2881. | |||
2017-02-17 | drivers/display/lcd160cr: Use correct variable in set_power(). | Stephan Brauer | |
2017-01-23 | drivers/display: Add driver and test for uPy LCD160CR display. | Damien George | |