ScratchData LogoScratchData
Back to lpicc0's profile

ASCII segmented display Extended (ISO-8859-1)

LPlpicc0•Created November 30, 2024
ASCII segmented display Extended (ISO-8859-1)
0
0
1 views
View on Scratch

Instructions

press space to pick the ascii/iso-8859-1 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 use random ascii or random extended to pick which set to select from

Description

POSITIONS OF DIFFERENT CHARACTERS: Uppercase Letters: 65-90 Lowercase Letters: 97-122 Numbers: 48-57 Space: 32 (normal), 160 (non-breaking, doesnt split across a line) Brackets: 28/29 (), 91/93 [], 123/125 {} Delete (DEL): 127 Non-Printable Control Codes: 0-31 (not displayed) Extended Unused: 128-159 Fractions: 188-190 Alternate Latin Uppercase Letters: 192-222 (except 215 = ×) Alternate Latin Lowercase Letters: 223-255 (except 247 = ÷) Soft Hyphen: 173 (can split words with a hyphen across lines)

Project Details

Project ID1104109080
CreatedNovember 30, 2024
Last ModifiedJanuary 4, 2025
SharedNovember 30, 2024
Visibilityvisible
CommentsAllowed