MPLAB® Harmony Graphics Suite
|
LIB_EXPORT int32_t GFX_ScaleIntegerSigned( int32_t num, int32_t oldMax, int32_t newMax );
Parameters |
Description |
num |
the number to consider |
oldMax |
the old range maximum |
newMax |
the new range maximum |
int32_t - the number as defined in the new number range
MPLAB® Harmony Graphics Suite
|