-
-
Notifications
You must be signed in to change notification settings - Fork 356
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
Allow Touch Screen Mod on Horus X10 Transmitters #4151
Conversation
I'm just going to push a rebase of this to remove the unrelated commits. As a side note, this really should have been targeted for the |
440b049
to
a3f4697
Compare
@raphaelcoeffic Your thoughts? It looks ok to me, just checking before I press that adorable green button... |
Thanks - I was trying to rebase this PR and................... well you see what happened !!! I have also tested this PR using the main branch and it works correctly on my Horus X10 (Now with IPS Touch Screen) Thanks Again - Rich |
lol... no problem... Glad to hear it, and thanks for the photos and notes in the issue documenting it (will have to add to that to the wiki)... I expect this should be in tomorrow unless some French dude has any grievances... 🤭 |
OK - I'll add a little more detail in that issue documenting the upgrade that is being added 🙏 by this PR. Rich |
Fixes #4114
Changes to allow the Touch Screen Mod for the Horus X10 Series of Transmitters.
This Mod requires some soldering directly to the MCU processor pins as no other connection points are available!
This is very similar to the already documented Jumper T16 Mod (PR #2060) that has been successfully added to EdgeTX.
The X10 / X10S Standard (NOT EXPRESS) radios need an additional pull down 1K resistor attached to MCU pin 55 (PA6)
This will allow the firmware to pass the PCBREV check as intended to distinguish between Standard or EXPRESS mainboards.
The X10 / X10S EXPRESS radios do not need this additional pulldown as they will already pass the check after installing the Mod.
Rich