Mercurial > public > hwos_code
comparison src/tft.inc @ 654:75e90cd0c2c3
hwOS sport 10.77 release
author | heinrichsweikamp |
---|---|
date | Thu, 14 Mar 2024 16:56:46 +0100 |
parents | 4050675965ea |
children |
comparison
equal
deleted
inserted
replaced
653:8bcd138ab744 | 654:75e90cd0c2c3 |
---|---|
2 ; | 2 ; |
3 ; File tft.inc * combined next generation V3.09.4m | 3 ; File tft.inc * combined next generation V3.09.4m |
4 ; | 4 ; |
5 ; Declaring interfaces to the TFT screen and its Oxxx controler | 5 ; Declaring interfaces to the TFT screen and its Oxxx controler |
6 ; | 6 ; |
7 ; Copyright (c) 2011, JD Gascuel, HeinrichsWeikamp, all right reserved. | 7 ; Copyright (c) 2011, JD Gascuel, heinrichs weikamp gmbh, all right reserved. |
8 ;============================================================================= | 8 ;============================================================================= |
9 ; HISTORY | 9 ; HISTORY |
10 ; 2011-05-24 : [jDG] Cleanups from initial Matthias code. | 10 ; 2011-05-24 : [jDG] Cleanups from initial Matthias code. |
11 | 11 |
12 | 12 |
22 extern TFT_box_write ; send TFT window address | 22 extern TFT_box_write ; send TFT window address |
23 extern TFT_set_color ; set output color | 23 extern TFT_set_color ; set output color |
24 ; extern pixel_write ; draw two half-pixels at position (win_top,win_leftx2 ) | 24 ; extern pixel_write ; draw two half-pixels at position (win_top,win_leftx2 ) |
25 extern pixel_write_col320 ; draw two half-pixels at position (win_top,PRODH:PRODL) | 25 extern pixel_write_col320 ; draw two half-pixels at position (win_top,PRODH:PRODL) |
26 extern half_vertical_line ; draw a vertical line of half-pixels at (win_top,win_leftx2,win_height) | 26 extern half_vertical_line ; draw a vertical line of half-pixels at (win_top,win_leftx2,win_height) |
27 extern half_horizontal_line ; draw a horizontal line of half-pixels at (win_top,win_leftx2,win_width) | 27 extern half_horizontal_line ; draw a horizontal line of half-pixels at (win_top,win_leftx2,win_width) |
28 extern TFT_CmdWrite ; send a one byte command to the screen | |
28 | 29 |
29 IFDEF _screendump | 30 IFDEF _screendump |
30 extern TFT_dump_screen ; send a screenshot via the serial interface immediately | 31 extern TFT_dump_screen ; send a screenshot via the serial interface immediately |
31 extern TFT_dump_screen_check ; send a screenshot via the serial interface on command | 32 extern TFT_dump_screen_check ; send a screenshot via the serial interface on command |
32 ENDIF | 33 ENDIF |