jonaslorander / OctoPiPanel

OctoPiPanel creates a simple interface on a small screen to control OctoPrint.
Other
80 stars 40 forks source link

Configurable Screen Resolution #14

Closed Cabin2N closed 9 years ago

Cabin2N commented 9 years ago

I got OctoPiPanel working fine on the Adafruit PiTFT 3.5", but the screen is not filled up due to the difference in resolution, 480x320. It would be nice if you could put the resolution into the config file and have the screen resize.

jonaslorander commented 9 years ago

This would be an easy thing to do. But It would not scale well unless there is some more work put into it. I'll have a look at it.

jonaslorander commented 9 years ago

A first step towards this is done in d1b8227. The next steps would be to adapt the size of the buttons and graph area.