Skip to content

LCD lines and character limits #66

@PeterNerlich

Description

@PeterNerlich

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):

screenshot_20201207_194317

Max character cramming (6 lines by decreasing line height by one, 14 chars each):

screenshot_20201207_194213

Inbetween with 6 lines, 13 chars each:

screenshot_20201207_195319

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions