Skip to content

Commit 6aa3e7d

Browse files
authored
This is about picodvi not rgbmatrix
There might be another way or other place where the documentation does not match the code. But this is the most obvious, that's why I found it.
1 parent d078bc3 commit 6aa3e7d

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 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)