Lcd on AND OFF

    This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

    • Hi,

      The LCD can be turned on and off by sending the on/off command to the display driver callback:

      C Source Code

      1. //
      2. // Turn on display
      3. //
      4. LCD_X_DisplayDriver(pDevice->LayerIndex, LCD_X_ON, NULL);
      5. //
      6. // Turn off display
      7. //
      8. LCD_X_DisplayDriver(pDevice->LayerIndex, LCD_X_OFF, NULL);
      Of course this requires the callback of your display driver to handle these commands. The LCDConf.c that we have for the RA6M3G does not handle these commands, so you would have to implement the commands yourself using the documentation of the display controller.


      Best regards,
      Florian
      Please read the forum rules before posting.

      Keep in mind, this is *not* a support forum.
      Our engineers will try to answer your questions between their projects if possible but this can be delayed by longer periods of time.
      Should you be entitled to support you can contact us via our support system: segger.com/ticket/

      Or you can contact us via e-mail.