kwahoo2 / Mortar

BSD 3-Clause "New" or "Revised" License
33 stars 1 forks source link

3.5"RPI display and Mortar #5

Open Apnet66 opened 3 months ago

Apnet66 commented 3 months ago

I connect a 3.2"RPI display (320240 xpt2046) via gpio, everything is fine with it. I connect a 3.5"RPI (480320 xpt2046) display via gpio, after launching Mortar, the image disappears, blinks, moves, I corrected the screen frequency, it does not help. without starting Mortar, everything works. Help me to understand.

Apnet66 commented 3 months ago

https://github.com/kwahoo2/Mortar/assets/54183366/41f98a52-68ec-4bbc-8e69-de541a9531b3

kwahoo2 commented 3 months ago

Could you check if any of the GPIO pins used for the display is overlapping with pins defined here https://github.com/kwahoo2/Mortar/blob/master/MotorWorker.cpp

Try changing the driver preset before starting Mortar, editing ~./config/kwahoo/Mortar.conf eg.:

[Common]
driver=DRV8825 Hat
Apnet66 commented 3 months ago

Here are the pins that the display uses ср, ., 18:21 kwahoo2 @.***>:

Could you check if any of the GPIO pins used for the display is overlapping with pins defined here https://github.com/kwahoo2/Mortar/blob/master/MotorWorker.cpp

Try changing the driver preset before starting Mortar, editing ~./config/kwahoo/Mortar.conf eg.:

[Common] driver=DRV8825 Hat

— Reply to this email directly, view it on GitHub https://github.com/kwahoo2/Mortar/issues/5#issuecomment-2112844013, or unsubscribe https://github.com/notifications/unsubscribe-auth/AM5MLRXUEK5N6P33RJIQQP3ZCN4QFAVCNFSM6AAAAABHXWHULCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMJSHA2DIMBRGM . You are receiving this because you authored the thread.Message ID: @.***>

Apnet66 commented 3 months ago

Screenshot_20240515-214032

kwahoo2 commented 3 months ago

Isn't this physical pin numbering scheme? If it is, then only physical pin 18 is an issue if DRV 8825 Waveshare Hat is selected:

dirPinAzi = std::make_unique<pigpio_wcpp::DigitalOutput>(24); //GPIO 24, physical pin 18