Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 1.12 KB

README.md

File metadata and controls

20 lines (11 loc) · 1.12 KB

LCD image

4DGL-uLCD-144-MbedOS6

Fork of Jim Hamblen's 4DGL-uLCD-SE from Mbed2 repository. Updated to work with MbedOS 6 API and with modern CMake build tooling.

Installation

For easiest use in an CMake-based Mbed project, just add as a git submodule, and then add_subdirectory in your CMakeLists.txt, and then target_link_libraries to 4DGL-uLCD-144-MbedOS6.

Also supports to be installed as a CMake installation target.

API Reference

See Jim Hamblen's original reference.

Usage Changes

Use Text_String instead of printf as stream is not longer suppored by new Mbed 6 Unbuffered Serial. In addition, the old method for waiting no longer works, manually wait ~100 ms between function calls.