This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Problem in displaying integer/number GLCD

i am unable to display numbers in glcd example like digit 13.By using below code
. int32_t GLCD_DrawChar(uint32_t x, uint32_t y, int32_t ch);

int x=50 + (acc.x * 25/1000); int y=50 + (acc.y * 25/1000); int z=50 + (acc.z * 25/1000);

GLCD_DrawChar (5, 2*24, x); GLCD_DrawChar (0, 3*24, y); GLCD_DrawChar (1, 4*24, z);

extern int32_tGLCD_DrawString(uint32_t x, uint32_t y, const char *str);

i also tried GLCD_DrawString but unble to display numbers.

Hope u reply soon,
Thanks and regards,
krishna