Hello Gargy,
thank you,t he cursor is blinking and the array is O.K.
I also have a little problem with the cursor.
When I put the cursor to a special position with
the command
cursor_position.x = 1;
cursor_position.y = 2;
(void) D4D_CnslGoToXY(&scrMain_Cons, cursor_position);
The cursor is displayed at the last position of the correct line.
After that I insert a character with the command:
(void)D4D_CnslPutString(&scrMain_Cons, "X");
The "X" is on position 1 in line 2, but the cursor is showen at the end of the line.
For your information, im writing code for a virtual keyboard.
Thank you
Thomas