Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add binary and ascii #5

Open
tablatronix opened this issue May 27, 2020 · 0 comments
Open

Add binary and ascii #5

tablatronix opened this issue May 27, 2020 · 0 comments

Comments

@tablatronix
Copy link

tablatronix commented May 27, 2020

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 tablatronix changed the title Add bitmap and ascii Add bnary and ascii May 27, 2020
@tablatronix tablatronix changed the title Add bnary and ascii Add binary and ascii May 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant