Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PEN-SOLDER V7 possibly not compatible. #1

Closed
Nomad990 opened this issue Jan 22, 2024 · 7 comments
Closed

PEN-SOLDER V7 possibly not compatible. #1

Nomad990 opened this issue Jan 22, 2024 · 7 comments

Comments

@Nomad990
Copy link

I ordered a same style solder pen off of aliexpress and the board says v7 instead of v3 upon flashing the firmware it shows way less info than intended on the oled screen.
20240121_193527

@spezifisch
Copy link
Owner

Do you have a dump of the original firmware? Perhaps the OLED display initialization is different from V3 and could be adapted.

@Nomad990
Copy link
Author

I can upload one in a couple days I didn't notice until I had already tried flashing the v3 firmware but I have a stock iron on the way.

@Mafoto47
Copy link

Mafoto47 commented Feb 3, 2024

Hi! Here is the V7 original firmware I have just dump.
Pen_Solder_V7_ori.zip
I have the same result as Nomad990 with the V3 modded Firwware.
Thanks for your work!!

@Gobracket
Copy link

Hi, great job!
Does this finally fixed for v7 board? Wondering if only impact the display or other feature as well?

@Gobracket
Copy link

Gobracket commented Feb 27, 2024

This is the solution for v7 board:

Add code below

  u8g2.sendF("ca", 0x0a8, 0x02f); 

to

Then power off the board (MUST!). The display will be fixed when you turn it back on.

@Zalevskiypasha
Copy link

For all, who have v7
V7.zip

@spezifisch
Copy link
Owner

I finally got around to test and merge this.
The different initialization is not compatible with V3 (gives me a garbled screen) so I added a build option to switch between V3 and V7, see https://github.com/spezifisch/T12PenSolder/blob/6f2c2afc952d80434b5463d7841688dab391555d/README.md#pen-solder-v7.

Thanks to you all!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants