We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73eb594 commit 4701786Copy full SHA for 4701786
shared-bindings/_eve/__init__.c
@@ -677,7 +677,7 @@ static mp_obj_t _palettesource(mp_obj_t self, mp_obj_t a0) {
677
}
678
static MP_DEFINE_CONST_FUN_OBJ_2(palettesource_obj, _palettesource);
679
680
-//| def PaletteSource(self, addr: int) -> None:
+//| def PaletteSourceH(self, addr: int) -> None:
681
//| """Set the base address of the palette
682
//|
683
//| :param int addr: Address in graphics RAM, 2-byte aligned, high part.
0 commit comments