-
Notifications
You must be signed in to change notification settings - Fork 272
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
raspberry pi zero w 1.3 lcd hat not displaying and giving error #330
Comments
@pokedijimone, which version of Raspbian are you running? |
@Edman274 Having the same issue, using Raspbian 1:6.6.31-1+rpt1 (2024-05-29) armv7l / bookworm 32-bit with desktop. I've been screwing around with different settings and gotten nowhere except having the dstatistics show up I think. |
the last version avalible on the raspberry imager raspberry pi zero w |
Use the legacy "Bullseye" os 32 bit.
|
Waveshare said it's not supported on bookworm. |
ok i changed to bullseye what shoukd i do now |
|
how do i build fbcp |
You have do create a build folder in the directory you clone this repo to: For eg. cd ~ You can use many different arguments according to your requirements. For eg. You need to put the driver of you LCD (in my case DST7789) and the DC and Reset GPIO pin number (software, not hardare pin numbers, generally mentioned in the usage manual of your LCD screen)cmake -DST7789=ON -DGPIO_TFT_DATA_CONTROL=25 -DGPIO_TFT_RESET_PIN=27 -DSPI_BUS_CLOCK_DIVISOR=8 -DUSE_DMA_TRANSFERS=OFF -DSTATISTICS=0 .. Backlight control to switch off automatically after a while of inactivitycmake -DST7789=ON -DGPIO_TFT_DATA_CONTROL=25 -DGPIO_TFT_RESET_PIN=27 -DSPI_BUS_CLOCK_DIVISOR=8 -DUSE_DMA_TRANSFERS=OFF -DSTATISTICS=0 -DGPIO_TFT_BACKLIGHT=18 -DBACKLIGHT_CONTROL=ON .. Rotate the screencmake -DST7789=ON -DGPIO_TFT_DATA_CONTROL=25 -DGPIO_TFT_RESET_PIN=27 -DSPI_BUS_CLOCK_DIVISOR=8 -DUSE_DMA_TRANSFERS=OFF -DSTATISTICS=0 -DDISPLAY_ROTATE_180_DEGREES=ON .. |
In my case for Waveshare 1.44inch LCD HAT I had to disable
(via Line 131 in d0ebacf
|
i enter the command ./fbcp and get this error
vc_dispmanx_display_open failed! Make sure to have hdmi_force_hotplug=1 setting in /boot/config.txt
and i have entered the setting hdmi_force_hotplug=1 and still gives the error
The text was updated successfully, but these errors were encountered: