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

SSD1322 OLED Support #448

Closed BiatuAutMiahn closed 6 years ago

BiatuAutMiahn commented 7 years ago

I know this is a duplicate, but how would I go about getting this driver into the latest branch? Can i just drop it in?

notro commented 7 years ago

What branch are you referring to?

BiatuAutMiahn commented 7 years ago

199

I will need this driver for an upcoming project

notro commented 7 years ago

You can probably just drop it in. The FBTFT_REGISTER_DRIVER() macro needs additional Device Tree arguments though. Apart from that I don't know of anything that has changed.

BiatuAutMiahn commented 7 years ago

ok cool, can you provide an example for the FBTFT_REGISTER_DRIVER()?

I will not be able to test this right away as im waiting the dev board to ship.

notro commented 7 years ago

http://lxr.free-electrons.com/ident?i=FBTFT_REGISTER_DRIVER

BiatuAutMiahn commented 7 years ago

ok, Thank you. Another question, do you think this driver will run under android?

notro commented 7 years ago

I don't know Android, but fbtft seems to be present https://android.googlesource.com/kernel/common/+/android-4.9/drivers/staging/fbtft/

BiatuAutMiahn commented 7 years ago

ok cool, thank you

notro commented 6 years ago

Closing issue since there has been no activity for more than 2 months. Reopen if needed.