# Waveshare 1.44inch LCD HAT

**URL:** https://discourse.mopidy.com/t/waveshare-1-44inch-lcd-hat/4058
**Category:** Misc
**Created:** [May 27, 2020, 7:29pm UTC](https://discourse.mopidy.com/t/waveshare-1-44inch-lcd-hat/4058 "2020-05-27T19:29:12Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![antonio\_1972](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.mopidy.com/antonio_1972/32/1590_2.png) [@antonio\_1972](https://discourse.mopidy.com/u/antonio_1972)
#### Post date: [May 27, 2020, 7:29pm UTC](https://discourse.mopidy.com/t/waveshare-1-44inch-lcd-hat/4058/1 "2020-05-27T19:29:12Z")

</div>

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?

---

<div class="post-metadata">

### Author: ![kingosticks](https://avatars.discourse-cdn.com/v4/letter/k/858c86/32.png) [@kingosticks](https://discourse.mopidy.com/u/kingosticks)
#### Post date: [May 27, 2020, 7:48pm UTC](https://discourse.mopidy.com/t/waveshare-1-44inch-lcd-hat/4058/2 "2020-05-27T19:48:47Z")

</div>

Did you enable SPI in raspi-config? Is the mopidy user allowed to access SPI? These are random guesses, I’ve never used this.

---

<div class="post-metadata">

### Author: ![antonio\_1972](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.mopidy.com/antonio_1972/32/1590_2.png) [@antonio\_1972](https://discourse.mopidy.com/u/antonio_1972)
#### Post date: [May 27, 2020, 8:09pm UTC](https://discourse.mopidy.com/t/waveshare-1-44inch-lcd-hat/4058/4 "2020-05-27T20:09:51Z")

</div>

I have enabled the SPI in raspi-config and also followed the steps described here:

> **[Raspberry Pi drive 1.44inch LCD HAT with fbtft](https://wavesharejfs.blogspot.com/2018/03/raspberry-pi-driv-144inch-lcd-hat-with.html)**
>
> The hardware: Raspberry Pi 3B  1.44inch LCD HAT The software: Raspbian fbtft   Some users feedback that this LCD less of instru...

until step 6, but no luck further.

---

<div class="post-metadata">

### Author: ![antonio\_1972](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.mopidy.com/antonio_1972/32/1590_2.png) [@antonio\_1972](https://discourse.mopidy.com/u/antonio_1972)
#### Post date: [May 28, 2020, 7:09am UTC](https://discourse.mopidy.com/t/waveshare-1-44inch-lcd-hat/4058/5 "2020-05-28T07:09:39Z")

</div>

I have enabled SPI in raspi-config, and also screen tested is ok with fbi (showed a pic), and fbtft (can show desktop).

I cannot make it work via Pidi or touchscreen extensions.

---

<div class="post-metadata">

### Author: ![kingosticks](https://avatars.discourse-cdn.com/v4/letter/k/858c86/32.png) [@kingosticks](https://discourse.mopidy.com/u/kingosticks)
#### Post date: [May 29, 2020, 8:02am UTC](https://discourse.mopidy.com/t/waveshare-1-44inch-lcd-hat/4058/6 "2020-05-29T08:02:45Z")

</div>

I think you are best off asking on the pidi extension issue tracker.
