76 const uint8_t* p =
getPixelAddress((
const uint8_t*)pPixels, indexPixel);
#define PGM_VOID_P
Definition: NeoUtil.h:42
@ LedSegment_E
Definition: SegmentDigit.h:34
@ LedSegment_G
Definition: SegmentDigit.h:36
@ LedSegment_D
Definition: SegmentDigit.h:33
@ LedSegment_F
Definition: SegmentDigit.h:35
@ LedSegment_Custom
Definition: SegmentDigit.h:38
@ LedSegment_B
Definition: SegmentDigit.h:31
@ LedSegment_C
Definition: SegmentDigit.h:32
@ LedSegment_Decimal
Definition: SegmentDigit.h:37
@ LedSegment_A
Definition: SegmentDigit.h:30
Definition: NeoBacedfpgsSegmentFeature.h:33
static ColorObject retrievePixelColor_P(PGM_VOID_P pPixels, uint16_t indexPixel)
Definition: NeoBacedfpgsSegmentFeature.h:73
static void applyPixelColor(uint8_t *pPixels, uint16_t indexPixel, ColorObject color)
Definition: NeoBacedfpgsSegmentFeature.h:35
static ColorObject retrievePixelColor(const uint8_t *pPixels, uint16_t indexPixel)
Definition: NeoBacedfpgsSegmentFeature.h:53
Definition: NeoByteElements.h:101
static uint8_t * getPixelAddress(uint8_t *pPixels, uint16_t indexPixel)
Definition: NeoByteElements.h:43
T_COLOR_OBJECT ColorObject
Definition: NeoByteElements.h:41
Definition: NeoElementsNoSettings.h:30