-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kernel compilation #1
Comments
So this README is probably way out of date - it did work on the 3.8 and 3.9 kernel lines, but I havent kept it up-to-date with any recent kernel, mainly because a lot of effort was put in by Noralf Tronnes + contributors (see https://github.com/notro/fbtft) to build custom framebuffers for a number of different LCD devices. As far as I am aware they are all in the RPi kernel now. So then answer to:
is no; I think you should just be able to modprobe the relevant kernel module. The answer for:
is, probably - the ST7735R and ST7735S are sufficiently similar so they should work. However, if it were me I wouldn't try to necromance that version of the kernel, instead I would follow the instructions here https://github.com/notro/fbtft/wiki relating to the fb_st7735r driver. |
But this page mentions 'FBTFT is a dead end'. And "The FBTFT drivers are now in the Linux kernel". |
And it's indeed in there but how would I activate this: https://github.com/torvalds/linux/blob/master/drivers/staging/fbtft/fb_st7735r.c |
The repo is dead, but the docs are still relevant. Look at this: https://github.com/notro/fbtft/wiki#step-by-step-using-fbtft You should be able to do something like |
I see!
Testing again.. |
It looks like it's working... or doing something at least because there's something on the screen. Unfortunately the crack in the display is now also visible, probably happend during shipping, so I'll contact the seller. Wiring:
|
One of these 1.44" Serial LCD Display 128*128 SPI TFT Color Screen With PCB Adapter 5110 recently arrived. The instructions mention "Drive IC using ST7735S , stable and reliable, it shows simple adjustment!". So this library should be compatible right? Is it still necessary to cross-compile a custom kernel?
The text was updated successfully, but these errors were encountered: