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.86k stars 494 forks source link

add to fbtft_device.c data about waveshare 3.5 spotbear from this working snippet #385

Closed gwpl closed 7 years ago

gwpl commented 8 years ago

Hi!

Could someone make a patch adding data about waveshare35a (Waveshare SpotBear 3.5" LCD) to fbtft_device.c , based on this working (yes, I checked, and it also works for me) snippet:

https://archlinuxarm.org/forum/viewtopic.php?f=31&t=9208

Thanks! Best regards, Grzegorz

notro commented 7 years ago

Closing issue since there has been no activity in a long time. Reopen if needed.

gwpl commented 7 years ago

Was this configuration actually add to fbtft_device.cc file?

I keep looking forward officiall support for this class of displays (I own waveshare displays in multiple sizes).

notro commented 7 years ago

No, only 22 and 32b are supported by https://github.com/torvalds/linux/blob/master/drivers/staging/fbtft/fbtft_device.c

If you're on a Pi, I suggest you use a Device Tree overlay instead: https://github.com/swkim01/waveshare-dtoverlays

gwpl commented 7 years ago

Sounds good to me - i.e. good advice! Thanks!