diff lcdtest/dispatch.c @ 20:2e4f27ea7067

lcdtest: init-st command implemented
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 10 Apr 2018 23:55:42 +0000
parents f3671d3ad953
children 94521a02c33d
line wrap: on
line diff
--- a/lcdtest/dispatch.c	Tue Apr 10 23:37:19 2018 +0000
+++ b/lcdtest/dispatch.c	Tue Apr 10 23:55:42 2018 +0000
@@ -7,6 +7,7 @@
 extern int cmd_cd();
 extern int cmd_fc();
 extern int cmd_fr();
+extern int cmd_init_st();
 extern int cmd_rd();
 extern int cmd_ri();
 extern int cmd_show();
@@ -31,6 +32,7 @@
 	{"exit", 0, 0, cmd_exit},
 	{"fc", 1, 16, cmd_fc},
 	{"fr", 1, 1, cmd_fr},
+	{"init-st", 0, 0, cmd_init_st},
 	{"quit", 0, 0, cmd_exit},
 	{"rd", 0, 0, cmd_rd},
 	{"reset", 0, 0, reset_pulse},