kanflo / opendps

Give your DPS5005 the upgrade it deserves
MIT License
878 stars 124 forks source link

DPS5015 v2.6 Display blank #246

Closed Sylensky closed 2 years ago

Sylensky commented 2 years ago

Hello! Has anyone tried to flash a DPS5015 hardware rev. 2.6 with opendps recently? I noticed that the background light is contantly on but nothing is getting displayed after flashing.

After that I wanted to build opendps on my own but that doesn't work either on windows nor on linux (debian 11) with the latest checkout.

Any advice regarding how to get the display working would be very appreciated.

polihedron commented 2 years ago

Hi there, look into hw.h and hw.c file, confirm gpio and display pins, check also #243 forgot to mention DPS5015 has almost same pcb like DPS5020, someone wrote that PR on v2.6 is ok: https://github.com/kanflo/opendps/pull/241#issuecomment-891214905

Sylensky commented 2 years ago

Thanks for the help. I was able to flash it successfully with PR #241 by building it on my own.