-
Notifications
You must be signed in to change notification settings - Fork 43
Description
Currently the LCD screen has quite big borders and a very limited amount of text that can be displayed. I have come across intentions to connect multiple LCDs to one big display array. In that case, there is much less space to print characters than one would expect. Maybe it would be better to do this in a separate mod, probably there were some considerations why the limits were set as they are and I'd like to hear them and what your thoughts are about making more characters fit on screen.
I fixed the calculations in #64 enabling me to play around with this a bit:
Old screen with 5 lines, 12 chars each (fixed positioning as of #64):
Max character cramming (6 lines by decreasing line height by one, 14 chars each):
Inbetween with 6 lines, 13 chars each: