Guide

1/12/2018 mbed Starter Kit Experiment Guide - learn.sparkfun.com
https://learn.sparkfun.com/tutorials/mbed-starter-kit-experiment-guide/all 16/65
Since the import process imported only the 4DGL-uLCD-SE library, we need to add the mbed library.
In the Compiler, right-click on the “ulcd_demo” project, highlight “Import Library…” and select “From Import Wizard…”
That will bring you to the Import Wizard page. In the “Search criteria…” on the right type in “mbed” and click the “Search” button (Note: the mbed library is likely
already listed, but it is good practice to know how to search for libraries).
The mbed library should be the first listing.
Double-click the entry (highlighted in the picture) to import the library. This will automatically load the library into your “ulcd_demo” project.
Program
With our libraries loaded, we can create our LCD program. Create a new file in our project by right-clicking on the “ulcd_demo” project in the left pane and
selecting “New File…”