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.
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:
with that, delimiter will 'eat' all the numbers.