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

Enumeration text gets 'eaten' by delimiter #17

Closed
Amomum opened this issue Aug 30, 2018 · 0 comments
Closed

Enumeration text gets 'eaten' by delimiter #17

Amomum opened this issue Aug 30, 2018 · 0 comments

Comments

@Amomum
Copy link
Collaborator

Amomum commented Aug 30, 2018

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.

@rumkit rumkit closed this as completed in 958dc94 Aug 30, 2018
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