Last days I try to make Waveshare 1.44inch LCD HAT to work with mopidy.
Adding to mopidy.conf the following lines
[raspberry-gpio]
enabled = true
bcm5 = prev,active_low,250
bcm6 = volume_up,active_low,250
bcm13 = play_pause,active_low,250
bcm19 = volume_down,active_low,250
bcm26 = next,active_low,250
and in \boot\config.txt
dtoverlay=gpio-shutdown,gpio_pin=21,active_low=1,gpio_pull=up
and the buttons work as I want.
I try to make the screen work trying fbtft or pidi with ST7735 driver but no good. Any suggestions?