TestDoxygen
1.0.21
Test for Doxygen
|
struct for display lines. More...
#include <SIMRCV.h>
Data Fields | |
int | scanline |
uint8_t | attributes |
int8_t | startpos |
uint8_t | textlng |
char * | linetext |
struct for display lines.
scanline: for SW_OSD this is the scan line, or for MAX7456 the line no, this depends on whether it's NTSC (13 lines) or PAL (16 lines). In SW_OSD it is set in the FIELD_ENDhndlr()
uint8_t displayline::attributes |
only used for MAX7456
char* displayline::linetext |
points to null terminated string
Line where the text is inserted. See note above
int8_t displayline::startpos |
position in characters, not used in SW_OSD
uint8_t displayline::textlng |
character count in line