The cursor is a flashing underline "_" display at current cursor position, it can't turned ON or OFF. Turn the cursor OFF will save MCU time. Suggest only turn it on when MCU idles(or light loads).
Note: the current font must include the underline "_" character, otherwise, this command won't work
Direct: |
"CSo" |
Arduino: |
void disableCursor(void) |
C: |
void Digole_disableCursor(void) |
o
If o=1, turn the cursor ON, if o=0, turn the cursor OFF.
none
mydisp.disableCursor(); //turn the cursor off
serial.writeString("CS0"); //turn the cursor off
Version | Description |
---|---|
Set cursor position on character