X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;ds=sidebyside;f=ROM2%2Fdisplay.c;h=7da3b10ef43bfb526be15550d8af3497057c039b;hb=5266fabbd6d0e04a49e31b945b3f3c96fbd12db6;hp=84df86e7a9ea66bb006975eedc3223094887933d;hpb=c99662693a4d79f65d406473647debbd33ec521e;p=uccvend-snackrom.git diff --git a/ROM2/display.c b/ROM2/display.c index 84df86e..7da3b10 100644 --- a/ROM2/display.c +++ b/ROM2/display.c @@ -1,6 +1,10 @@ /* * display.c - functions for controlling the display on the vending machine. * + * + * XXX obsolted - with a backend on the server machine, we don't need to + * handle scrolling, etc here. Replaced by display_basic.[cho] + * * Use set_msg(char*) to write a new message to the screen, replacing the * previous one. The message can be at most 255 characters long. Use * set_wrap_mode with one of the WRAP_* options in vend.h to set the scrolling