KallistiOS  ##version##
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
Macros
Flags for the field in vid_mode_t.

Macros

#define VID_INTERLACE   0x00000001
 Interlaced display. More...
 
#define VID_LINEDOUBLE   0x00000002
 Display each scanline twice. More...
 
#define VID_PIXELDOUBLE   0x00000004
 Display each pixel twice. More...
 
#define VID_PAL   0x00000008
 50Hz refresh rate, if not VGA More...
 

Detailed Description

These flags indicate various things related to the modes for a vid_mode_t.

Macro Definition Documentation

#define VID_INTERLACE   0x00000001

Interlaced display.

#define VID_LINEDOUBLE   0x00000002

Display each scanline twice.

#define VID_PAL   0x00000008

50Hz refresh rate, if not VGA

#define VID_PIXELDOUBLE   0x00000004

Display each pixel twice.