X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=ROM2%2Fdisplay.c;h=7da3b10ef43bfb526be15550d8af3497057c039b;hb=dc05db765d0f5d7e68f6c786f0572c0da4d7926d;hp=84df86e7a9ea66bb006975eedc3223094887933d;hpb=71e8027de3a3694e5b763657dcd30e85ed5b85c0;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