jakkra / ZSWatch

ZSWatch - the Open Source Zephyrâ„¢ based Smartwatch, including both HW and FW.
https://forms.gle/G48Sm5zDe9aCaYtT9
GNU General Public License v3.0
2.31k stars 197 forks source link

Patch to include CONFIG_SDL_DISPLAY_ZOOM_PCT from Zephyr upstream #207

Closed elmo2k3 closed 5 months ago

elmo2k3 commented 9 months ago

As mentioned in #206

jakkra commented 9 months ago

Thanks, I tried it and although the zoom works, I think probably one commit fixing the touch is needed also. The coordinates need to be adjusted according to the zoom. I assume this was also done in combination with this upstream commit, but not sure.

jakkra commented 9 months ago

Actually I tried latest Zephyr and it's not working there either. I have submitted a PR to Zephyr fixing this. I'll add that patch to this PR also when it's merged.

jakkra commented 5 months ago

This patch works now after upgrading to NCS 2.6, merging. Will need an additional patch to fix touch coordinates I fixed in Zephyr, coming up in a new PR.