Roger Lucas
Roger Lucas
Confirmed for me as well with a 3B+. White screen on the latest 5.4.5l-v7+ kernel, working with e1050e94821a70b2e4c72b318d6c6c968552e9a2 on the 4.19.118-v7+ kernel. Anything we can do to help diagnose the...
Hi @MrYacha, thanks for the above fix. It works on the older e1050e94821a70b2e4c72b318d6c6c968552e9a2 and on the newer 5.4.51-v7+ as installed by `rpi-update` without any options. I noticed that the screen...
Hi @MrYacha, I discovered that the issue with compiling the changes is that the version of "dtc" provided with Rasbian is too old. I downloaded the latest release of DTC...
@MrYacha thanks for the feedback... that's very interesting because it's the original maximum clock rate from the earlier DTS. One of the advantages of these displays is that they can...
Hi @Cujo31ch , there is a fix done by @MrYacha above that works with the latest 5.4 kernels. Please use https://github.com/MrYacha/LCD-show rather than the this LDC-show and install in the...
@Cujo31ch Please log into your Pi and do the following: ``` sudo rm -rf LCD-show git clone https://github.com/MrYacha/LCD-show.git chmod -R 755 LCD-show cd LCD-show/ sudo ./LCD35-show ``` Note that the...
Hi @bfagundez and @twerthi , can you tell us what version of Raspberry Pi you are running and where you sourced your MHS35 displays from? We know that some combinations...
@bluehash Thanks for that. I can confirm that I have the lower display (without the fan header) and it is clearly marked as SPI 125 MHz. Good to know the...
@sattlma I can confirm that the above problem exists, but it doesn't appear on all systems. The above test code doesn't leak on Ubuntu 16.04 or Devuan ASCII (x86 architecture...
@sattlma I've been digging further on this. I've also reproduced the issue on Alpine v3.8 on x86_64. The leak disappears if py3-gobject3 is downgraded to v3.24.1. If py3-gobject3 is v3.25.1...