Changeset 16013
- Timestamp:
- Jan 6, 2008, 1:43:26 PM (18 years ago)
- Location:
- trunk/Ohana/src/opihi/cmd.data
- Files:
-
- 1 added
- 2 edited
-
Makefile (modified) (1 diff)
-
init.c (modified) (2 diffs)
-
tvcolors.c (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/cmd.data/Makefile
r16005 r16013 114 114 $(SRC)/textline.$(ARCH).o \ 115 115 $(SRC)/tv.$(ARCH).o \ 116 $(SRC)/tvchannel.$(ARCH).o \ 117 $(SRC)/tvcolors.$(ARCH).o \ 116 118 $(SRC)/tvcontour.$(ARCH).o \ 117 119 $(SRC)/tvgrid.$(ARCH).o \ -
trunk/Ohana/src/opihi/cmd.data/init.c
r16005 r16013 97 97 int textline PROTO((int, char **)); 98 98 int tv PROTO((int, char **)); 99 int tvchannel PROTO((int, char **)); 100 int tvcolors PROTO((int, char **)); 99 101 int tvcontour PROTO((int, char **)); 100 102 int tvgrid PROTO((int, char **)); … … 216 218 {"textline", textline, "write text line on graph"}, 217 219 {"tv", tv, "display an image on the Kii window"}, 220 {"tvchannel", tvchannel, "set the current tv channel"}, 221 {"tvcolors", tvcolors, "set the tv colormap"}, 218 222 {"tvcontour", tvcontour, "send contour to overlay"}, 219 223 {"tvgrid", tvgrid, "wait until return is typed"},
Note:
See TracChangeset
for help on using the changeset viewer.
