Posts: 2,423
Threads: 21
Joined: Jun 2016
Reputation:
77
my driver may be different because you can plug and unplug the display at any time and it still works, so it resets all the registers every frame, but this may cause a refresh somehow.
Posts: 141
Threads: 2
Joined: Jul 2020
Reputation:
4
Did you try adding a small delay between each boost command ?
Because in u8g2 I see this:
/* power on sequence from paxinstruments */
U8X8_C(0x028|4), /* all power control circuits on */
U8X8_DLY(50),
U8X8_C(0x028|6), /* all power control circuits on */
U8X8_DLY(50),
U8X8_C(0x028|7), /* all power control circuits on */
U8X8_DLY(50),
Just wondering...
Posts: 141
Threads: 2
Joined: Jul 2020
Reputation:
4
2023-01-11, 06:40 PM
(This post was last modified: 2023-01-11, 08:37 PM by stelian.)
Is this change compatible with both old and new displays ?
I just tested and it seems it works with my older JLX displays
Posts: 63
Threads: 7
Joined: Oct 2019
Reputation:
1
Thanks Sean! Yes it works on both old and new version display!
Posts: 4
Threads: 1
Joined: Jan 2023
Reputation:
0
I had already tried that, but unfortunately no https connections via git seem to be established with Tinypilot images. Fatal error: Cannot find remote helper for 'https'