index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/dependabot/github_actions/actions/upload-artifact-5
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
origin/v1.26-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
display
/
ssd1306.py
Age
Commit message (
Expand
)
Author
2021-06-17
drivers/display/ssd1306.py: Add support for 72x40 displays.
Mike Causer
2021-05-06
drivers/display/ssd1306.py: Add rotate method.
Mike Causer
2020-04-07
drivers/display/ssd1306.py: Change the SET_COM_PIN_CFG setting.
robert-hh
2020-02-28
all: Reformat C and Python source code with tools/codeformat.py.
Damien George
2019-05-20
drivers/display/ssd1306.py: Change to use new i2c.writevto() method.
Damien George
2018-01-10
drivers/display/ssd1306: Fix super() call in SSD1306 driver.
Jim Mussared
2017-12-13
drivers/display/ssd1306: Make SSD1306 class inherit from FrameBuffer.
Peter Hinch
2017-10-06
drivers/display/ssd1306: Make poweron() work the same with SSD1306_SPI.
Damien George
2017-10-06
drivers/display/ssd1306: Implement SSD1306_I2C poweron method.
Tiago Queiroz
2017-09-25
drivers/display/ssd1306.py: Improve performance of graphics methods.
Peter Hinch
2017-05-21
drivers: Replace deprecated Pin.high()/low() methods with .__call__(1/0).
Paul Sokolovsky
2016-12-01
drivers/display/ssd1306.py: Update to use FrameBuffer not FrameBuffer1
Radomir Dopieralski
2016-11-03
drivers: Add "from micropython import const" when const is used.
Damien George
2016-06-26
drivers/display/ssd1306: Add width arg and support 64px wide displays.
Radomir Dopieralski
2016-06-03
drivers/display/ssd1306: update SSD1306_SPI to work with new API
Radomir Dopieralski
2016-04-12
drivers: Add SSD1306 OLED driver, with I2C and SPI interfaces.
Damien George