This document provides instructions for building a simple weather station demo using a QuecPython board. The demo measures temperature, humidity, and light intensity using sensors. It displays the readings on an LCD and automatically switches the LCD between light and dark themes based on the ambient light level. The demo code imports sensor libraries, initializes the sensors, prints readings, handles measurement units for display, and includes logic to switch the LCD theme when the light level crosses a threshold. Users need a QuecPython board, sensors, an LCD, jumper wires and the demo code to replicate this project.