ScratchData LogoScratchData
Back to lpicc0's profile

ASCII segmented display

LPlpicc0•Created November 30, 2024
ASCII segmented display
0
0
9 views
View on Scratch

Instructions

press space to pick the ascii code for the character you want to see printable ascii (characters for writing text like " ", "g", "&") is between 32-127 (127 is DEL (delete)) use random instead of ascii code for a random ascii character

Description

POSITIONS OF DIFFERENT CHARACTERS: Uppercase Letters: 65-90 Lowercase Letters: 97-122 Numbers: 48-57 Space: 32 Brackets: 28/29 (), 91/93 [], 123/125 {} Delete (DEL): 127 Non-Printable Control Codes: 0-31 (not displayed)

Project Details

Project ID1104083527
CreatedNovember 30, 2024
Last ModifiedNovember 30, 2024
SharedNovember 30, 2024
Visibilityvisible
CommentsAllowed