summaryrefslogtreecommitdiff
path: root/utils/nwztools/plattools/all_tools.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils/nwztools/plattools/all_tools.c')
-rw-r--r--utils/nwztools/plattools/all_tools.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/utils/nwztools/plattools/all_tools.c b/utils/nwztools/plattools/all_tools.c
index f3ecb51c05..c93e26b36e 100644
--- a/utils/nwztools/plattools/all_tools.c
+++ b/utils/nwztools/plattools/all_tools.c
@@ -31,7 +31,8 @@
31 TOOL(test_display) \ 31 TOOL(test_display) \
32 TOOL(test_keys) \ 32 TOOL(test_keys) \
33 TOOL(test_power) \ 33 TOOL(test_power) \
34 TOOL(test_ts) 34 TOOL(test_ts) \
35 TOOL(test_fb) \
35 36
36typedef int (*nwz_tool_main_t)(int argc, char **argv); 37typedef int (*nwz_tool_main_t)(int argc, char **argv);
37 38
@@ -60,7 +61,7 @@ static void hello(void)
60{ 61{
61 /* clear screen and display welcome message */ 62 /* clear screen and display welcome message */
62 nwz_lcdmsg(true, 0, 0, "all_tools"); 63 nwz_lcdmsg(true, 0, 0, "all_tools");
63 nwz_lcdmsg(false, 0, 2, "BACK: quit"); 64 nwz_lcdmsg(false, 0, 1, "BACK: quit");
64 nwz_lcdmsg(false, 0, 2, "LEFT/RIGHT: change tool"); 65 nwz_lcdmsg(false, 0, 2, "LEFT/RIGHT: change tool");
65 nwz_lcdmsg(false, 0, 3, "PLAY: run tool"); 66 nwz_lcdmsg(false, 0, 3, "PLAY: run tool");
66} 67}