Microchip® Advanced Software Framework

services/wtk/example3_plot/conf_win.h File Reference

Configurations for the graphical window system.

Copyright (c) 2014-2018 Microchip Technology Inc. and its subsidiaries.

#include <stdint.h>

Macros

#define WIN_EVENT_QUEUE_SIZE   10
 Size of event queue, holding both input and command events. More...
 
#define WIN_ROOT_COLOR   GFX_COLOR(0, 0, 0)
 Background color of root window, ie. More...
 
#define WIN_SCREEN_COLOR   GFX_COLOR(0, 0, 0)
 Screen background color used when root window is hidden. More...
 
#define WIN_TOUCH_BUTTON   (1 << 0)
 Button mask for touch screens. More...
 

Typedefs

typedef uint16_t clock_jiffy_t
 Data type holding timestamp for events. More...
 
typedef uint8_t win_button_mask_t
 Datatype holding button state mask for pointer input devices. More...
 
typedef void * win_command_t
 Custom data, can be used as a data pointer or data depending on the application. More...
 
typedef uint8_t win_event_queue_size_t
 Datatype holding sizes for the event queue. More...
 
typedef uint8_t win_keycode_t
 Datatype holding the key "scan" code for keyboard input devices. More...