cryptoadvance / specter-diy

DIY airgapped hardware wallet that uses QR codes for communication with the host
MIT License
441 stars 73 forks source link

Add touchscreen calibration in micropython #24

Closed stepansnigirev closed 4 years ago

stepansnigirev commented 4 years ago

During the migration to micropython we didn't implement the screen calibration. We need to get it back, maybe in a better way by asking the user to type a few words.

stepansnigirev commented 4 years ago

https://github.com/cryptoadvance/specter-diy/commit/90b91aaffbf85ce4bb2995af8829a0a8cff91945 enabled autocalibration of the touchscreen, it should be reasonably ok now. The keyboard on the screen is still way too small to type without errors - how should we handle it is an open question. See https://github.com/cryptoadvance/specter-diy/issues/30