2.8 SPI LCD part creation help

FritzingCheckPart.py to the rescue :slight_smile: your view box is screwed up:

Error 89: File
‘svg.schematic.2.8lcd_977328b1a4d86b634597db07bf1143a4_3_schematic.svg.bak’
At line 18

ViewBox ‘-63.000001 0 0 153.00001’

has characters other than 0-9, whitespace or ‘.’ or not four values.
It must be dimensionless and have 4 numeric values

This is technically probably a bug in the script, but negative values are uncommon in viewbox, Fritzing’s usually start at 0. I attempted to fix this by readjusting the viewbox, but that screws up. I’d suggest redoing schematic from the template available here:

which has the advantage of being the correct scale. You are also lacking terminalIds in this schematic which will cause problems later. It is possible to fix up the current schematic svg, but it is likely to be a fair amount of work and I expect starting from the template will be easier (for some value of easier.)

Peter