Connection
- VCC – connect to 3V3 (white power strip) to power the module.
- GND – connect to GND (black bar), which is ground.
- SCL – I2C bus clock signal, connect to the SCL pin (usually P19).
- SDA – I2C bus data signal, connect to the SDA pin (usually P20).
When connecting, we recommend that both the micro:bit and the expansion board are turned off. After connecting all the wires, the board can be turned on and the first data can be displayed on the display using the MakeCode programming environment. The display supports character display in two lines of 16 characters and is suitable for displaying text messages, sensor data or interactive outputs within projects.
Programme
Basic program
To control the display, we need to install an LCD library into the Make code environment. We recommend the MakerBit library, which is the most suitable for this type of display.
After successful installation, we can use the blocks from the Makerbit tab. On the right you can see a sample program that will help you understand how to program the display. To edit the program, click on the edit icon in the upper right corner.



