Microchip® Advanced Software Framework

wtk.h File Reference

Graphical Widget toolkit.

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

#include <win.h>
#include <sysfont.h>
#include <wtk_basic_frame.h>
#include <wtk_frame.h>
#include <wtk_button.h>
#include <wtk_check_box.h>
#include <wtk_radio_button.h>
#include <wtk_slider.h>
#include <wtk_label.h>
#include <wtk_progress_bar.h>
#include <wtk_icon.h>
#include <wtk_plot.h>
#include "conf_wtk.h"

Functions

void wtk_copy_string (char *dest, char const *source)
 This function copies the string contents, including the zero terminator, from source to destination. More...
 
uint8_t wtk_rescale_value (uint8_t value, uint8_t from_scale, uint8_t to_scale)
 Rescale 8-bit value. More...