Fork of Jim Hamblen's 4DGL-uLCD-SE from Mbed2 repository. Updated to work with MbedOS 6 API and with modern CMake build tooling.
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.
See Jim Hamblen's original reference.
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.