Screen device descriptor. More...
Screen device descriptor.
Definition at line 50 of file screen_dev.h.
#include <screen_dev.h>
Data Fields | |
disp_dev_t * | display |
Pointer to the display device. | |
touch_dev_t * | touch |
Pointer to the touch device. | |
disp_dev_t* screen_dev_t::display |
Pointer to the display device.
Definition at line 51 of file screen_dev.h.
touch_dev_t* screen_dev_t::touch |
Pointer to the touch device.
Definition at line 53 of file screen_dev.h.