Post
Topic
Board Goods
Re: [WTS] PaperLedger - Open source custom made crypto price ticker with alarms
by
PaperLedger
on 09/05/2019, 11:05:16 UTC
So, it's been 2 weeks or so. No more crashing / so the new firmware seems to have fixed it.
Still has the line. Anyone else seeing it?

-Dave

Good to know that the first situation seems to be addressed.

In regards to the line, can you please send the following payload to the device:
Code:
[
  {
    "type": "fill",
    "color": 1
  },
  {
    "type": "rectangle",
    "x": 0,
    "y": 0,
    "w": 296,
    "h": 128,
    "filled": 1,
    "color": 0
  }
]

The screen should turn all black and will be easier to check for "missing lines", not to be confused with the normal artefacts that caused by how ePaper displays work.