FreeCalypso > hg > freecalypso-hwlab
diff lcdtest/dispatch.c @ 25:0a44549a64c8
lcdtest: implemented ILI9225G register init for HT020K1QC36S
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 25 May 2018 02:41:30 +0000 |
parents | 94521a02c33d |
children |
line wrap: on
line diff
--- a/lcdtest/dispatch.c Sat Apr 14 06:43:23 2018 +0000 +++ b/lcdtest/dispatch.c Fri May 25 02:41:30 2018 +0000 @@ -15,6 +15,7 @@ extern int cmd_wr(); extern int reset_pulse(); +extern int init_haoran(); extern int init_startek(); cmd_exit() @@ -32,6 +33,7 @@ {"exit", 0, 0, cmd_exit}, {"fc", 1, 16, cmd_fc}, {"fr", 1, 1, cmd_fr}, + {"init-ht", 0, 0, init_haoran}, {"init-st", 0, 0, init_startek}, {"quit", 0, 0, cmd_exit}, {"rd", 0, 0, cmd_rd},