1.3.1.3.7 Demo LCD Display

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

Figure 1-125. LCD Display Layout

The Demo Meter application periodically updates the display, showing different information cyclically. 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 1-7. LCD Information
Info TypeDisplay ContentInfo TypeDisplay Content
00Display All11Phase B voltage RMS value
01Board information12Phase C voltage RMS value
02Firmware Version13Phase A current RMS value
03Total active energy14Phase B current RMS value
04TOU1 active energy15Phase C current RMS value
05TOU2 active energy16Total maximum demand
06TOU3 active energy17TOU1 maximum demand
07TOU4 active energy18TOU2 maximum demand
08RTC time19TOU3 maximum demand
09RTC date20TOU4 maximum demand
10Phase A voltage RMS value

The Demo 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.