Using a remap function and a panelList allows you even a combination of panels like this:
each p is a 8x8 panel like above
//-------------------------------------------------- // p1 : [[0],[0]] x 0-7, y 0-7 //-------------------------------------------------- // p1 + p2 : [[0],[56]] x 0-15, y 0-7 //-------------------------------------------------- // p1 + p2 + p3 : [[0],[56],[112]]] x 0-23, y 0-7 //-------------------------------------------------- // p1 + p2 : [[0,64],[56,120]] x 0-15, y 0-15 // p3 + p4
test_remap.js
@Gordon is it possible to inject a remap function into Graphic lib?
2 Attachments
@MaBe started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Using a remap function and a panelList allows you even a combination of panels like this:
each p is a 8x8 panel like above
test_remap.js
@Gordon is it possible to inject a remap function into Graphic lib?
2 Attachments