Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
byte CONST LED_MAP[10] = {0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f};
sub send( index as word)
character = lookup(0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f), index
PORTD = character
end sub