Skip to content

Different formatting? #32

Description

@tablatronix

What do you think about allowing alternative formatting of output ?
eg. binary

I personally use this for icons and stuff for example

const unsigned char bitmap[] PROGMEM = {
  B00000000,B00000000, //  . . . . . . . . . . . . . . . .
  B00000000,B00000000, //  . . . . . . . . . . . . . . . .
  B00000111,B11100000, //  . . . . . # # # # # # . . . . .
  B00011111,B11111000, //  . . . # # # # # # # # # # . . .
  B01110000,B00001110, //  . # # # . . . . . . . . # # # .
  B11100000,B00000111, //  # # # . . . . . . . . . . # # #
  B00000111,B11100000, //  . . . . . # # # # # # . . . . .
  B00011110,B01111000, //  . . . # # # # . . # # # # . . .
  B00011000,B00011000, //  . . . # # . . . . . . # # . . .

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions