PicoMiteVGA DEMO


Author Message
lizby
Guru

Joined: 17/05/2016
Location: United States
Posts: 3504
Posted: 02:33pm 25 Aug 2024      

Beautiful. Amazing what 30 lines of code can do. Thanks for working these out, and hope more is to come.

To run with ILI9341 LCD, I commented out the TILEs line, changed the sizing to:

vv=Rnd*240:uu=Rnd*320

and added the color purple to the PIXEL command:

Pixel xx,yy,RGB(160, 32, 240)