Hello,
I am just starting with mblock and the CyberPi. With the Display+ extension, it is possible to kind of draw on the display using doodles. However, this is a very indirect way of control - is there any way (probably from microPython, I have not seen any relevant blocks) to directly draw on the display, e.g. something like “cyberpi.display.set(pixel_x, pixel_y, r, g, b)”? I have found nothing in the API of cyberpi itself or the Display+ API, but I suspect there must be some undocumented way to do this, since it is what the Display+ cyberpi.sketch.* methods must be doing internally.