notro / fbtft

Linux Framebuffer drivers for small TFT LCD display modules. Development has moved to https://git.kernel.org/cgit/linux/kernel/git/gregkh/staging.git/tree/drivers/staging/fbtft?h=staging-testing
1.85k stars 496 forks source link

Modify resolution of 1.8 inch compatible with ST7735R to work with 1.44 inch #472

Closed acndur1a closed 7 years ago

acndur1a commented 7 years ago

How to change resolution for the fbtft_device to work with 128x128 displays, currently works for 128x160 only, would I need to rebuild the kernel from scratch or just modify configuration ?

LouisPi commented 5 years ago

Did you ever get this working?

troyane commented 5 years ago

@acondurache @LouisPi Look at https://github.com/notro/fbtft/wiki/fbtft_device#custom-display -- there is width and height arguments.

LouisPi commented 5 years ago

Thanks!