aboutsummaryrefslogtreecommitdiff
path: root/drivers/display
AgeCommit message (Expand)Author
2020-04-07drivers/display/ssd1306.py: Change the SET_COM_PIN_CFG setting.robert-hh
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
2019-05-20drivers/display/ssd1306.py: Change to use new i2c.writevto() method.Damien George
2018-09-18drivers/display/lcd160cr.py: In fast_spi, send command before flushing.Damien George
2018-01-10drivers/display/ssd1306: Fix super() call in SSD1306 driver.Jim Mussared
2017-12-13drivers/display/ssd1306: Make SSD1306 class inherit from FrameBuffer.Peter Hinch
2017-10-06drivers/display/ssd1306: Make poweron() work the same with SSD1306_SPI.Damien George
2017-10-06drivers/display/ssd1306: Implement SSD1306_I2C poweron method.Tiago Queiroz
2017-09-25drivers/display/ssd1306.py: Improve performance of graphics methods.Peter Hinch
2017-05-21drivers: Replace deprecated Pin.high()/low() methods with .__call__(1/0).Paul Sokolovsky
2017-05-17drivers/display/lcd160cr_test: Allow test to take orientation parameter.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
2016-12-01drivers/display/ssd1306.py: Update to use FrameBuffer not FrameBuffer1Radomir Dopieralski
2016-11-03drivers: Add "from micropython import const" when const is used.Damien George
2016-06-26drivers/display/ssd1306: Add width arg and support 64px wide displays.Radomir Dopieralski
2016-06-03drivers/display/ssd1306: update SSD1306_SPI to work with new APIRadomir Dopieralski
2016-04-12drivers: Add SSD1306 OLED driver, with I2C and SPI interfaces.Damien George