LED Bitmap/Data Converter - SX/B, Pbasic, ASM - v.2.58
author
Label:
Add'l comments:
 0 
 1 
 2 
 3 
 4 
 5 
 6 
 7 
0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
# Columns:
Grid lines every columns and/or on row
Top row:
BIT7 set = $FF:
For:
SXers/Stampers: Set your options, draw your picture, click generate data. "Grid lines" are for reference only, and will provide line breaks in the output data; they do not affect the data itself. Many of my applications are designed to use $FF as an "end of bitmap" flag. With that in mind; if "bit7 terminates" is checked, the first BIT7=1 that is encountered will generate an end-of-data $FF for that column in the generated data (but your drawing will remain unmodified). You can also choose which compiler to generate code for, as well as decide bit order for top row to bottom row (for those of you that use cartesian coordinates for LED work).
Converting Data Back to Picture Form
If you want to convert BACK to the "drawing form" from existing data statements, paste your data here, set your options and click [ CONVERT TO DRAWING ]. Note that the parser is pretty limited -- your data to be converted must be single line statements with DATA or DW at the beginning, binary only (except for terminating $FF lines).
Top Row:
BIT7 set = $FF:
Data to convert
(ASM, SX/B or Pbasic):