diff lcdtest/dispatch.c @ 24:94521a02c33d

lcdtest: the truth about Startek and Crystalfontz LCDs
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 14 Apr 2018 06:43:23 +0000
parents 2e4f27ea7067
children 0a44549a64c8
line wrap: on
line diff
--- a/lcdtest/dispatch.c	Sat Apr 14 06:32:41 2018 +0000
+++ b/lcdtest/dispatch.c	Sat Apr 14 06:43:23 2018 +0000
@@ -7,7 +7,6 @@
 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();
@@ -16,6 +15,7 @@
 extern int cmd_wr();
 
 extern int reset_pulse();
+extern int init_startek();
 
 cmd_exit()
 {
@@ -32,7 +32,7 @@
 	{"exit", 0, 0, cmd_exit},
 	{"fc", 1, 16, cmd_fc},
 	{"fr", 1, 1, cmd_fr},
-	{"init-st", 0, 0, cmd_init_st},
+	{"init-st", 0, 0, init_startek},
 	{"quit", 0, 0, cmd_exit},
 	{"rd", 0, 0, cmd_rd},
 	{"reset", 0, 0, reset_pulse},