-
Enhancement
-
Resolution: Implemented
-
High
-
TI Device Drivers
-
TIDRIVERS-5029
-
TIDRIVERS_5_70_00
-
The Display library today is built once for each CPU architecture we support. This means it does not have a DeviceFamily define, which breaks the new GPIO driver - Display uses GPIO for interacting with the LED when configured.
We should ship all the permutations of display_ccXXXX as we do for drivers. This means a compatibility break, since we can no longer link the different display.a libraries that we have today.