mirror of
https://github.com/daveallie/crosspoint-reader.git
synced 2026-02-05 15:17:37 +03:00
update hints
This commit is contained in:
parent
3899675103
commit
e77321c26d
@ -163,8 +163,9 @@ void ButtonRemapActivity::render() {
|
|||||||
renderer.drawCenteredText(UI_10_FONT_ID, 210, errorMessage.c_str(), true);
|
renderer.drawCenteredText(UI_10_FONT_ID, 210, errorMessage.c_str(), true);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Provide side button actions at the bottom of the screen.
|
// Provide side button actions at the bottom of the screen (split across two lines).
|
||||||
renderer.drawCenteredText(SMALL_FONT_ID, 235, "Side button Up: Reset Side Button Down: Cancel", true);
|
renderer.drawCenteredText(SMALL_FONT_ID, 225, "Side button Up: Reset", true);
|
||||||
|
renderer.drawCenteredText(SMALL_FONT_ID, 242, "Side button Down: Cancel", true);
|
||||||
|
|
||||||
// Live preview of logical labels under front buttons.
|
// Live preview of logical labels under front buttons.
|
||||||
// This mirrors the on-device front button order: Back, Confirm, Left, Right.
|
// This mirrors the on-device front button order: Back, Confirm, Left, Right.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user