22 Commits (8da40baa47ee9fe7aac228af2c0addd1f4ce3646)

Author SHA1 Message Date
robert-hh 8680a74595 drivers/display/ssd1306.py: Change the SET_COM_PIN_CFG setting. 5 years ago
Damien George 69661f3343 all: Reformat C and Python source code with tools/codeformat.py. 5 years ago
Damien George 02afc0d241 drivers/display/ssd1306.py: Change to use new i2c.writevto() method. 6 years ago
Damien George dc77fdb7d4 drivers/display/lcd160cr.py: In fast_spi, send command before flushing. 6 years ago
Jim Mussared bb3412291a drivers/display/ssd1306: Fix super() call in SSD1306 driver. 7 years ago
Peter Hinch 479392a56e drivers/display/ssd1306: Make SSD1306 class inherit from FrameBuffer. 7 years ago
Damien George ca2427c313 drivers/display/ssd1306: Make poweron() work the same with SSD1306_SPI. 7 years ago
Tiago Queiroz 7df4083ac6 drivers/display/ssd1306: Implement SSD1306_I2C poweron method. 8 years ago
Peter Hinch 8fa03fee77 drivers/display/ssd1306.py: Improve performance of graphics methods. 7 years ago
Paul Sokolovsky 1c9ee49756 drivers: Replace deprecated Pin.high()/low() methods with .__call__(1/0). 8 years ago
Damien George 55dd83a7ba drivers/display/lcd160cr_test: Allow test to take orientation parameter. 8 years ago
Damien George f351c6db5e drivers/display/lcd160cr: Fix get_line method and enhance screen_dump. 8 years ago
Damien George 528aeb3bf3 drivers/display/lcd160cr: Add check that JPEG size is less than 65536. 8 years ago
Damien George 8400d0461d drivers/display/lcd160cr: Fix bug with save_to_flash method. 8 years ago
Damien George b0a6dda115 drivers/display/lcd160cr: Fix bugs with lcd.get_pixel(). 8 years ago
Stephan Brauer 8f3e07f17d drivers/display/lcd160cr: Use correct variable in set_power(). 8 years ago
Damien George 43d9f9916a drivers/display: Add driver and test for uPy LCD160CR display. 8 years ago
Radomir Dopieralski eb09336e99 drivers/display/ssd1306.py: Update to use FrameBuffer not FrameBuffer1 8 years ago
Damien George 7bb0f7b0f6 drivers: Add "from micropython import const" when const is used. 8 years ago
Radomir Dopieralski ab8a5d5199 drivers/display/ssd1306: Add width arg and support 64px wide displays. 9 years ago
Radomir Dopieralski 43c8f545d2 drivers/display/ssd1306: update SSD1306_SPI to work with new API 9 years ago
Damien George 73bc0c24ab drivers: Add SSD1306 OLED driver, with I2C and SPI interfaces. 9 years ago