summaryrefslogtreecommitdiff
path: root/drivers/display/lcd160cr.py
AgeCommit message (Expand)Author
2022-09-08drivers: Remove drivers that are now in micropython-lib.Jim Mussared
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
2018-09-18drivers/display/lcd160cr.py: In fast_spi, send command before flushing.Damien George
2017-05-17drivers/display/lcd160cr: Fix get_line method and enhance screen_dump.Damien George
2017-02-27drivers/display/lcd160cr: Add check that JPEG size is less than 65536.Damien George
2017-02-24drivers/display/lcd160cr: Fix bug with save_to_flash method.Damien George
2017-02-21drivers/display/lcd160cr: Fix bugs with lcd.get_pixel().Damien George
2017-02-17drivers/display/lcd160cr: Use correct variable in set_power().Stephan Brauer
2017-01-23drivers/display: Add driver and test for uPy LCD160CR display.Damien George