fbcp-ili9341
fbcp-ili9341 copied to clipboard
Waveshare Spotbear 3.5 (B) Rev 2.0 Support?
Hi, does Waveshare Spotbear 3.5 (B) Rev 2.0 support this tutorial? And which options should use for it?
It is possible that the display can work. I don't recall which controller that display has, sorry. The list of supported displays can be found at https://github.com/juj/fbcp-ili9341#tested-displays
This display can be used by uncommenting the last line in ili9486.h (skip gamma flag), and then compiling with the -DWAVESHARE35B_ILI9486=ON option. I found this in my notes, it may get you on the right track, I believe it worked for full-screen picture:
sudo cmake -DWAVESHARE35B_ILI9486=ON -DDISPLAY_INVERT_COLORS=ON -DSPI_BUS_CLOCK_DIVISOR=18 -DSTATISTICS=0 DDISPLAY_BREAK_ASPECT_RATIO_WHEN_SCALING=ON ..
Good luck.
This display can be used by uncommenting the last line in ili9486.h (skip gamma flag), and then compiling with the -DWAVESHARE35B_ILI9486=ON option. I found this in my notes, it may get you on the right track, I believe it worked for full-screen picture:
sudo cmake -DWAVESHARE35B_ILI9486=ON -DDISPLAY_INVERT_COLORS=ON -DSPI_BUS_CLOCK_DIVISOR=18 -DSTATISTICS=0 DDISPLAY_BREAK_ASPECT_RATIO_WHEN_SCALING=ON ..
Good luck.
Thanks, mate. Your solution is work. But it has black border around the screen. Any solution to fix?
This display can be used by uncommenting the last line in ili9486.h (skip gamma flag), and then compiling with the -DWAVESHARE35B_ILI9486=ON option. I found this in my notes, it may get you on the right track, I believe it worked for full-screen picture:
sudo cmake -DWAVESHARE35B_ILI9486=ON -DDISPLAY_INVERT_COLORS=ON -DSPI_BUS_CLOCK_DIVISOR=18 -DSTATISTICS=0 DDISPLAY_BREAK_ASPECT_RATIO_WHEN_SCALING=ON ..
Good luck.Thanks, mate. Your solution is work. But it has black border around the screen. Any solution to fix?
Try turning off overscan.