#include "kbd.h";
void* KBD_GetCharImg( void );
None.
Returns the pointer to the beginning of the currently displayed keyboard character image.
Returns the pointer to the beginning of the currently displayed keyboard character image.
This keyboard character image will reflect color change processing based on touch within KBD_Update()
(or KBD_UpdateValue()
).
In addition, this keyboard character image is kept within the module.
CONFIDENTIAL