Added calibrate screen (WIP). fixed bug in emulator drawing.

This commit is contained in:
t-moe
2015-06-01 21:33:40 +02:00
parent b02990da2c
commit 06227dadad
5 changed files with 176 additions and 2 deletions

View File

@@ -0,0 +1,24 @@
#include "screen.h"
/**
* @addtogroup touch
*/
/*@{*/
/**
* @defgroup calibrate Calibrate (Screen)
* The calibrate screen for the touch module
*/
/*@{*/
/**
* Returns a pointer to the calibrate screen
* \sa gui_screen_navigate
* @return
*/
SCREEN_STRUCT* get_screen_calibrate();
/*@}*/
/*@}*/