Page 1 of 1

A Clear Screen command for SmartGLCD

Posted: 03 Mar 2018 20:04
by EdTree
Dear mikroE team,
Is there a CLEAR SCREEN command for the SMARTGLCD T6963, I can not find it in the T6963C Graphic LCD libraries.

Thanks a lot.
EdTree :D

Re: A Clear Screen command for SmartGLCD

Posted: 07 Mar 2018 08:37
by marko.stankovic
Hi,

You can use the function T6963C_panelFill.

Fill current panel in full (graphic+text) with appropriate value (0 to clear).
// clear current panel
T6963C_panelFill(0);

Best Regards,

Re: A Clear Screen command for SmartGLCD

Posted: 12 Mar 2018 15:08
by EdTree
Dear mikroE Team,
Hi Marko Stankovic,

I look in the library manager and click on T6963C fill, but my amazing the hlep file foor SPI_T6963C and T6963C has disappeared
but SmartGLCD hardware and Visual GLCD is still for sale at mikrE.
What is the reason for this because I personally use the T6963C 240x128 for a technical measurement project.

Thanks a lot
EdTree :(