From 6aa3e7d8a6881df241240983f19cb06d05b52929 Mon Sep 17 00:00:00 2001 From: David Glaude Date: Sun, 23 Apr 2023 10:58:02 +0200 Subject: [PATCH] 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. --- ports/raspberrypi/bindings/picodvi/Framebuffer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/raspberrypi/bindings/picodvi/Framebuffer.c b/ports/raspberrypi/bindings/picodvi/Framebuffer.c index 12482c3baa..67d6a286dd 100644 --- a/ports/raspberrypi/bindings/picodvi/Framebuffer.c +++ b/ports/raspberrypi/bindings/picodvi/Framebuffer.c @@ -142,7 +142,7 @@ STATIC mp_obj_t picodvi_framebuffer_make_new(const mp_obj_type_t *type, size_t n //| def deinit(self) -> None: //| """Free the resources (pins, timers, etc.) associated with this -//| rgbmatrix instance. After deinitialization, no further operations +//| picodvi instance. After deinitialization, no further operations //| may be performed.""" //| ... STATIC mp_obj_t picodvi_framebuffer_deinit(mp_obj_t self_in) {