cosmos / ledger-cosmos-obsolete

Ledger Nano S support for Tendermint/Cosmos
Apache License 2.0
42 stars 29 forks source link

Enabled smooth pixel scrolling #64

Closed brejski closed 6 years ago

brejski commented 6 years ago

Added pixel scrolling for the third row displayed in the ledger UI. Third row contains values from the json which are often long.

The scrollable line has the maximum size of 256. If data that we want to display is longer than that then we split that scrollable string into 256 long chunks. Pressing LEFT/RIGHT traverses through the chunks. Each chunks is smooth scrolled individually.

Added new key bindings:

Added UISpec.md file with UI specification and proposed solution for the lack of key scrolling

KNOWN ISSUES: