Display demo desktop application. More...
Go to the source code of this file.
Defines | |
Default exit-button appearance | |
| #define | APP_EXIT_BUTTON_SIZE_X 40 |
| Common application exit button size. | |
| #define | APP_EXIT_BUTTON_SIZE_Y 40 |
| Common application exit button size. | |
| #define | APP_EXIT_BUTTON_POS_X (gfx_get_width() - APP_EXIT_BUTTON_SIZE_X) |
| Common application exit button position. | |
| #define | APP_EXIT_BUTTON_POS_Y (gfx_get_height() - APP_EXIT_BUTTON_SIZE_Y) |
| Common application exit button position. | |
| #define | APP_EXIT_BUTTON_TEXT "X" |
| Common application exit button text. | |
Functions | |
| void | app_desktop_setup (void) |
| Setup desktop. | |
| void | app_desktop_restart (void) |
| Restart desktop. | |
Display demo desktop application.
Copyright (C) 2009 Atmel Corporation. All rights reserved.
Definition in file app_desktop.h.
1.6.3