Added calibrate screen (WIP). fixed bug in emulator drawing.
This commit is contained in:
24
common/touch/screen_calibrate.h
Normal file
24
common/touch/screen_calibrate.h
Normal 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();
|
||||
|
||||
/*@}*/
|
||||
/*@}*/
|
||||
Reference in New Issue
Block a user