Graphical Widget toolkit. More...
#include <stdint.h>#include <stdlib.h>#include <assert.h>#include <membag.h>#include <string.h>#include "gfx/wtk.h"Go to the source code of this file.
Functions | |
| uint8_t | wtk_rescale_value (uint8_t value, uint8_t from_scale, uint8_t to_scale) |
| Rescale 8-bit value. | |
| void | wtk_copy_string (char *dest, char const *source) |
| void | wtk_shade_pixel (gfx_color_t *pixel, uint8_t alpha) |
Graphical Widget toolkit.
Copyright (C) 2009 - 2010 Atmel Corporation. All rights reserved.
Definition in file wtk.c.
1.6.3