File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ format of the Python font file which is provided in this doc.
38
38
39
39
Where the buffer is held on the MicroPython host the driver should be
40
40
subclassed from the official ` framebuf.FrameBuffer ` class. An example of such a
41
- driver is the [ official SSD1306 driver] ( https://github.com/micropython/micropython/blob/master/drivers/display/ssd1306.py ) .
41
+ driver is the [ official SSD1306 driver] ( https://github.com/micropython/micropython-lib /blob/master/micropython/ drivers/display/ssd1306 /ssd1306.py ) .
42
42
In addition the driver class should have bound variables ` width ` and ` height `
43
43
containing the size of the display in pixels, plus a ` show ` method which copies
44
44
the buffer to the physical device.
@@ -65,7 +65,7 @@ for a full list. These drivers are subclassed from `framebuf.FrameBuffer` and
65
65
have been tested with ` writer ` , ` nanogui ` and ` microgui ` . The following are a
66
66
few samples:
67
67
68
- * The [ SSD1306 OLED driver] ( https://github.com/micropython/micropython/blob/master/drivers/display/ssd1306.py )
68
+ * The [ SSD1306 OLED driver] ( https://github.com/micropython/micropython-lib /blob/master/micropython/ drivers/display/ssd1306 /ssd1306.py )
69
69
* The [ Nokia 5110] ( https://github.com/mcauser/micropython-pcd8544/blob/master/pcd8544_fb.py )
70
70
* The [ SSD1331 colour OLED] ( https://github.com/peterhinch/micropython-nano-gui/blob/master/drivers/ssd1331/ssd1331.py )
71
71
* The [ HX1230 96x68 LCD] ( https://github.com/mcauser/micropython-hx1230/blob/master/hx1230_fb.py )
You can’t perform that action at this time.
0 commit comments