Table of Contents

Display system informations

How to compile with wiringPi librarys

# gcc -o [output file name] [c file name] -lwiringPi -lwiringPiDev -lpthread

1. Display current CPU speed and CPU temperature

lcd_cpuInfo.c

2. Display system time

lcd_time.c