KBD_GetCharImg

C Specification

#include "kbd.h";
void* KBD_GetCharImg( void );

Arguments

None.

Return Values

Returns the pointer to the beginning of the currently displayed keyboard character image.

Description

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.

See Also

CONFIDENTIAL