dotmatrixtool icon indicating copy to clipboard operation
dotmatrixtool copied to clipboard

Add binary and ascii

Open tablatronix opened this issue 4 years ago • 0 comments

Similar to the marlin tool

https://marlinfw.org/tools/u8glib/converter.html

Toggles for binary and ascii

eg

  B00000111,B11000000, //  . . . . . # # # # # . . . . . .
  B00011000,B00110000, //  . . . # # . . . . . # # . . . .
  B00100000,B00001000, //  . . # . . . . . . . . . # . . .
  B01001100,B01100100, //  . # . . # # . . . # # . . # . .
  B01011100,B01110100, //  . # . # # # . . . # # # . # . .
  B10011110,B11110010, //  # . . # # # # . # # # # . . # .
  B10000110,B11000010, //  # . . . . # # . # # . . . . # .
  B10000001,B00000010, //  # . . . . . . # . . . . . . # .
  B10000110,B11000010, //  # . . . . # # . # # . . . . # .
  B10011110,B11110010, //  # . . # # # # . # # # # . . # .
  B01011100,B01110100, //  . # . # # # . . . # # # . # . .
  B01001100,B01100100, //  . # . . # # . . . # # . . # . .
  B00100000,B00001000, //  . . # . . . . . . . . . # . . .
  B00011000,B00110000, //  . . . # # . . . . . # # . . . .
  B00000111,B11000000, //  . . . . . # # # # # . . . . . .

tablatronix avatar May 27 '20 18:05 tablatronix