Skip to content

Enumeration text gets 'eaten' by delimiter #17

@Amomum

Description

@Amomum

Sometimes it can't be helped, i.e. cell is 7px wide and number is 6px wide - it has to touch one of the cell walls. But it gets worse if you make delimiter width bigger.

Check this:

{
  "BitsPerPixel": 1,
  "SymbolWidth": 6,
  "SymbolHeight": 8,
  "DelimeterWidth": 50,
  "DelimeterHeight": 1,
  "DelimeterColor": "#FF0000",
  "BackgroundColor": "#000000",
  "CellsLookupDirection": "RowWise",
  "PixelsLookupDirection": "ColumnWiseYReverse",
  "ColorMapping": {
    "#FFFFFF": 1,
    "#000000": 0
  }
}
Pixie.exe generate -w 10 -h 10 -n Hex -c sh1106_small.json

with that, delimiter will 'eat' all the numbers.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions