2.2.5.4 Demo LCD Display

The Demo boards include an LCD customized for a smart metering application measurements. This LCD is driven directly by the PIC32CXMTC MCU, generating the driving signals for the common lines and the segments. The LCD layout is shown below.

Figure 2-65. LCD Display Layout

The Multichannel Meter application periodically updates the display, showing different information in a loop. The user can manually switch the display content by pressing the Scroll-up and Scroll-down buttons.

The information displayed is managed by the application, and the typical parameters shown are summarized in the following table.

Table 2-3. LCD Information
Info TypeDisplay ContentInfo TypeDisplay Content
00Display All12Channel 2 RMS value
01Board information13Channel 3 RMS value
02Firmware Version14Channel 4 RMS value
03Total active energy15Channel 5 RMS value
04TOU1 active energy16Channel 6 RMS value
05TOU2 active energy17Channel 7 RMS value
06TOU3 active energy18Total maximum demand
07TOU4 active energy19TOU1 maximum demand
08RTC time20TOU2 maximum demand
09RTC date21TOU3 maximum demand
10Channel 0 RMS value22TOU4 maximum demand
11Channel 1 RMS value----

The Multichannel Meter application switches on all the display elements when the system is powered on. Then, it shows the board information and the firmware version. Finally, the remaining information in the table is cyclically displayed if applicable.

The display includes specific icons for a smart metering application, to make the data visualization easier for the user.