Give a better, modern name for this type of display

This commit is contained in:
Holger Vogt 2020-01-05 15:28:58 +01:00
parent 4fcf5364d7
commit 42a6226fdf
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ DISPDEVICE device[] = {
(disp_fn_Track_t *) nodev, (disp_fn_MakeMenu_t *) nodev, (disp_fn_MakeDialog_t *) nodev, (disp_fn_Input_t *) nodev,
gen_DatatoScreen, },
{ "printf", 0, 0, 24, 80, 0, 0,
{ "PrinterOnly", 0, 0, 24, 80, 0, 0,
(disp_fn_Init_t *) nodev, (disp_fn_NewViewport_t *) nodev,
(disp_fn_Close_t *) nop, (disp_fn_Clear_t *) nodev,
(disp_fn_DrawLine_t *) nodev, (disp_fn_Arc_t *) nodev, (disp_fn_Text_t *) nodev,