|
FastLED 3.9.15
|
#include <stdio.h>
Public Member Functions | |
| FormatSpec ()=default | |
| FormatSpec (char t) FL_NOEXCEPT | |
| FormatSpec (char t, int prec) FL_NOEXCEPT | |
Public Attributes | |
| bool | alt_form = false |
| bool | left_align = false |
| int | precision = -1 |
| bool | show_sign = false |
| bool | space_sign = false |
| char | type = '\0' |
| bool | uppercase = false |
| int | width = 0 |
| bool | zero_pad = false |