comparison target-utils/lunadrv/cmdtab.c @ 832:21e0e6492cda

lunadrv: add init-kwh for KWH020ST23-F01 LCD
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 22 Jun 2021 02:24:38 +0000
parents 36e6a1ff9608
children a66095c7f35f
comparison
equal deleted inserted replaced
831:2f401860e9ad 832:21e0e6492cda
20 extern void abb_init(); 20 extern void abb_init();
21 extern void abb_power_off(); 21 extern void abb_power_off();
22 extern void abb_unlock_page2(); 22 extern void abb_unlock_page2();
23 extern void cmd_memdump_human(); 23 extern void cmd_memdump_human();
24 24
25 extern void init_formike();
25 extern void init_haoran(); 26 extern void init_haoran();
26 27
27 const struct cmdtab cmdtab[] = { 28 const struct cmdtab cmdtab[] = {
28 {"abbinit", abb_init}, 29 {"abbinit", abb_init},
29 {"abbpage2", abb_unlock_page2}, 30 {"abbpage2", abb_unlock_page2},
32 {"baud", cmd_baud_switch}, 33 {"baud", cmd_baud_switch},
33 {"dbl", cmd_dbl}, 34 {"dbl", cmd_dbl},
34 {"dump", cmd_memdump_human}, 35 {"dump", cmd_memdump_human},
35 {"fill", cmd_fill}, 36 {"fill", cmd_fill},
36 {"init-ht", init_haoran}, 37 {"init-ht", init_haoran},
38 {"init-kwh", init_formike},
37 {"jump", cmd_jump}, 39 {"jump", cmd_jump},
38 {"mem2lcd", cmd_mem2lcd}, 40 {"mem2lcd", cmd_mem2lcd},
39 {"poweroff", abb_power_off}, 41 {"poweroff", abb_power_off},
40 {"r8", cmd_r8}, 42 {"r8", cmd_r8},
41 {"r16", cmd_r16}, 43 {"r16", cmd_r16},