This is a project showing my new bitmap graphics system, where an array holds binary data. Sort of like a dot-matrix system. Actually I think that's exactly what it is... The UI: > Change the display mode with the "Mode" variable. > Move the Blue Tile with the "x" and "y" variables. > Change the display resolution with the "Resolution" variable. > Change the Pen size with the "PenSize" variable. Within the Code : Bytes can be loaded into any array location, where the binary value denotes which pixels at that location get turned on or off. I used AI to help me figure out the mathematics on how to position the pixels on the screen in a CRT shape. Then my creativity went from there. CREATED BY @MR_KNOXMAN With Aid from MICROSOFT COPILOT