DrawRec function draws a rectangle on HHR's LCD according to coordinates given
in parameters where x
1
and y
1
is first corner and x
2
, y
2
is the opposite corner.
Example:
DrawRec(12,32,12,45)
Start Screen Example:
START_SCREEN
begin_screen
PrintText(0,0,0,"TABLE: PRACTISE 02")
DrawLine(0,6,127,6)
PrintText(33,20,5,"MY_COMPANY")
DrawLine(0,56,127,56)
PrintText(0,58,0,"HHR:")
PrintVersion(21,58,0)
end_screen
END
D01B2.4 HHR 3000 PRO Manual
45/75
Содержание HHR 3000 PRO
Страница 15: ...D01B2 4 HHR 3000 PRO Manual 15 75...
Страница 67: ...D01B2 4 HHR 3000 PRO Manual 67 75...