A program that depicts images using an integrated pen. Create pixel art with just a string of code! The initial resolution of the image is 384*288. You can change the aspect ratio through blanking by placing groups of '0000'. Each pixel occupies 16 bits, based on the RGBA4444 colour model, which can display 4096 colours with 16 levels of transparency. It is represented with 4 hexadecimal digits, each for red, green, blue and alpha channels. The character length of the image is therefore 4*288*384, which evaluates to 442368. After pressing the flag, enter the hexadecimal code in groups of 4 (no separators), which eventually displays the resulting image. Keep in mind it may take a while to generate the image.
Original idea by me Note: Due to the limitations of the RGBA4444 colour model, colour banding may occur in the image. This project runs very slow in Scratch. Use TurboWarp for optimal performance: https://turbowarp.org/1014982036 Spam 'F00F' for red screen Spam '0F0F' for green screen Spam '00FF' for blue screen Spam '000FFFFF' for stripe effect