Microchip® Advanced Software Framework

widget_gui.c File Reference

Display demo widget application.

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

#include <asf.h>
#include <string.h>
#include "widget_gui.h"

Data Structures

struct  widget_context
 Widget application context. More...
 

Enumerations

enum  command_id {
  DUMMY_ID,
  SLIDER_ID,
  BUTTON_ID
}
 Command event IDs. More...
 

Functions

bool app_widget_launch (void)
 Setup widget demo. More...
 
static bool widget_frame_command_handler (struct wtk_basic_frame *frame, win_command_t command_data)
 Frame handler for the application. More...
 

Variables

static struct widget_contextwidget_ctx
 Statically allocated context pointer. More...