Display driver for the Raspberry Pi Tontec MZJD35H-PI-EXT LCD module.
It grab the framebuffer and send the bytes to the LCD display.
Edit the framebuffer configuration to set the screen resolution:
sudo nano /boot/config.txt
and then find the lines:
#framebuffer_width=1280
#framebuffer_height=720
change to:
framebuffer_width=480
framebuffer_height=320
git clone [email protected]:mojocorp/mzl350i-pi-ext.git
cd mzl350i-pi-ext/src
make
./mzl350i
make install
make uninstall