CLICK THE GREEN FLAG, NOT THE ONE IN THE CENTER!!!!! ---|How To Use|--- This project may look confusing at first. Let me show you how to use it: 1. Adjust the width and height variables to fit the display PERFECTLY on the screen. The entire screen should be filled. 2. Move your mouse to the center of the screen. NOTE: This screen will not appear again once you do so. 3. Once the image loads, the display will show the image with braille characters! Move your mouse to the top of the screen for two variables: -ISOVALUE: The isolation value that tells apart light cells from dark cells. -≤/≥: A weird name, but I had no choice. It just inverts the light cells to dark and the dark cells to light. ---|Using Your Own Image!|--- If you want to use your own image, follow these steps: 1. Click "See Inside". 2. Click on the "Scanner" Sprite. 3. Go to the costumes tab and replace the cat with any image you want. 4. In the leftmost script on the first costume block, replace the "Cat-a" with the image you want to scan. 5. Finished! ---|How it Works|--- This project takes a costume and converts it into braille text in a single variable! Here's how it works: First, the image you want to turn into braille is scanned, converted into grayscale, and stored in a list. Then, for each braille character on the screen, it checks if each dot should be on or off. Finally, it finds the index of a braille characters list that has those dots on or off. Don't ask me how I got the new lines in the display. ---|Notes|--- My first project in a million years. XD ---|Updates|--- v1.0-Initial Release v1.1-Improved clarity by a whole lot!!!!! ---|Credits|--- Thanks to @griffpatch for the scanner! Everything else is my me. :)