Skip to content

Commit 3385344

Browse files
authored
Merge pull request #7900 from dglaude/patch-1
This is about picodvi not rgbmatrix
2 parents adfb9b1 + b9c7cd4 commit 3385344

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/raspberrypi/bindings/picodvi/Framebuffer.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ STATIC mp_obj_t picodvi_framebuffer_make_new(const mp_obj_type_t *type, size_t n
142142

143143
//| def deinit(self) -> None:
144144
//| """Free the resources (pins, timers, etc.) associated with this
145-
//| rgbmatrix instance. After deinitialization, no further operations
145+
//| `picodvi.Framebuffer` instance. After deinitialization, no further operations
146146
//| may be performed."""
147147
//| ...
148148
STATIC mp_obj_t picodvi_framebuffer_deinit(mp_obj_t self_in) {

0 commit comments

Comments
 (0)