fbcp-ili9341 icon indicating copy to clipboard operation
fbcp-ili9341 copied to clipboard

Waveshare Spotbear 3.5 (B) Rev 2.0 Support?

Open porternguyen opened this issue 3 years ago • 4 comments

Hi, does Waveshare Spotbear 3.5 (B) Rev 2.0 support this tutorial? And which options should use for it?

porternguyen avatar May 23 '21 04:05 porternguyen

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

juj avatar May 31 '21 15:05 juj

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.

willwrong avatar Jun 03 '21 18:06 willwrong

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?

porternguyen avatar Jun 08 '21 03:06 porternguyen

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.

Fakeabe avatar Jan 14 '22 23:01 Fakeabe