Hi,
I'm not sure which forum this belongs in, but there appears to be a bug in the graphics library part of the SimpleLink MSP432 Software Development Kit (SDK). It looks like the string drawing functions do not work properly with clipping regions set within the drawing context if it does not start at the origin (x = 0, y = 0). If the clipping region is set elsewhere, nothing is drawn. The other drawing functions appear to work fine with any arbitrary clipping region. Has this been reported elsewhere? Is there a quick fix for this? I wanted to avoid having to rebuild the grlib.a myself if possible.
String functions in question: dev.ti.com/.../group__string__api.html