nrf/examples: Update ssd1306 modification example to import correct class.
This commit is contained in:
parent
5d28a99114
commit
708571834a
@ -14,7 +14,7 @@
|
|||||||
# Example usage of SSD1306_I2C on pca10040
|
# Example usage of SSD1306_I2C on pca10040
|
||||||
#
|
#
|
||||||
# from machine import Pin, I2C
|
# from machine import Pin, I2C
|
||||||
# from ssd1306 import SSD1306_I2C
|
# from ssd1306_mod import SSD1306_I2C_Mod
|
||||||
# i2c = I2C(0, Pin.board.PA3, Pin.board.PA4)
|
# i2c = I2C(0, Pin.board.PA3, Pin.board.PA4)
|
||||||
# disp = SSD1306_I2C_Mod(128, 64, i2c)
|
# disp = SSD1306_I2C_Mod(128, 64, i2c)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user