IronOS-dfu icon indicating copy to clipboard operation
IronOS-dfu copied to clipboard

Drop OLED flip for TS80P

Open Ralim opened this issue 1 year ago • 4 comments

fixes #23

Ralim avatar Apr 09 '24 08:04 Ralim

Not able to test as my ST-Link isn't detected anymore.

Will report back as soon as the TS80P is alive again.

discip avatar Apr 09 '24 21:04 discip

@Ralim This is not going to fix the problem as this PR only affects the TS80.

I tried it with the corresponding line removed for the TS80P, but that only made the text readable for lefties.

The current issue is that all content shown on the OLED display is mirrored along the vertical center of the screen, so to read the text you need to read the letters from right to left, while each letter is reversed. (Or you could hold the iron with the usb side to a mirror and read it in there.)

I think the issue is the removal of these lines that you deleted in commit https://github.com/Ralim/IronOS-dfu/commit/628fc9858ab291ed994d99e2181919561e2e6092:

#ifdef OLED_FLIP
    0x80, 0xA1, /*Set Segment remap to backwards*/
#else
    0x80, 0xA0, /*Set Segment remap to normal*/
#endif

Just a guess though. 😊

discip avatar Jun 16 '24 20:06 discip

Hmm, those lines were pulled to the header and should be the same. Will need to test this though

Ralim avatar Jun 17 '24 00:06 Ralim

@Ralim Have you by any chance had time to look into this?

discip avatar Jun 19 '24 22:06 discip

@Ralim Hope you have some time to sort this out. Just so we are on the same page, that's what I'm seeing:

flipped_screen

thanks in advance

discip avatar Aug 20 '24 14:08 discip

@Ralim Now it's in leftie mode. (readable but upside down) 🤣

discip avatar Aug 23 '24 23:08 discip

@Ralim ping 😊

discip avatar Sep 17 '24 07:09 discip

@discip Pong 🤣 Works for me here

Ralim avatar Sep 25 '24 09:09 Ralim

Thank you so much! 👍

It finally works!

discip avatar Sep 25 '24 20:09 discip