fbergama / pigfx

PiGFX is a bare metal kernel for the Raspberry Pi that implements a basic ANSI terminal emulator with the additional support of some primitive graphics functions.
MIT License
278 stars 62 forks source link

Resolution 800x480 #72

Open TacoSupreme opened 2 years ago

TacoSupreme commented 2 years ago

It would be nice if there was something in pigfx.txt to change the resolution. I'm using a small and limited LCD screen that only works at 800x480 and it won't work with this as it is coded to 640x480.

If anyone has a compiled version that supports this resolution, or allows you to change the resolution from the config file that would be great. If not I guess I'll look at what I need to do to compile this myself.