send to LFS to change screen mode More...
#include <ispackets.h>
Data Fields | |
byte | Size |
20 | |
byte | Type |
ISP_MOD | |
byte | ReqI |
0 | |
byte | Zero |
int | Bits16 |
set to choose 16-bit | |
int | RR |
refresh rate - zero for default | |
int | Width |
0 means go to window | |
int | Height |
0 means go to window |
send to LFS to change screen mode
The refresh rate actually selected by LFS will be the highest available rate that is less than or equal to the specified refresh rate. Refresh rate can be specified as zero in which case the default refresh rate will be used.
If Width and Height are both zero, LFS will switch to windowed mode.
Definition at line 1050 of file ispackets.h.
byte IS_MOD::Size |
20
Definition at line 1052 of file ispackets.h.
byte IS_MOD::Type |
Definition at line 1053 of file ispackets.h.
byte IS_MOD::ReqI |
0
Definition at line 1054 of file ispackets.h.
byte IS_MOD::Zero |
Definition at line 1055 of file ispackets.h.
int IS_MOD::Bits16 |
set to choose 16-bit
Definition at line 1057 of file ispackets.h.
int IS_MOD::RR |
refresh rate - zero for default
Definition at line 1058 of file ispackets.h.
int IS_MOD::Width |
0 means go to window
Definition at line 1059 of file ispackets.h.
int IS_MOD::Height |
0 means go to window
Definition at line 1060 of file ispackets.h.