#include <NeoByteElements.h>
|
static void | movePixelsInc_P (uint8_t *pPixelDest, PGM_VOID_P pPixelSrc, uint16_t count) |
|
static uint8_t * | getPixelAddress (uint8_t *pPixels, uint16_t indexPixel) |
|
static const uint8_t * | getPixelAddress (const uint8_t *pPixels, uint16_t indexPixel) |
|
static void | replicatePixel (uint8_t *pPixelDest, const uint8_t *pPixelSrc, uint16_t count) |
|
static void | movePixelsInc (uint8_t *pPixelDest, const uint8_t *pPixelSrc, uint16_t count) |
|
static void | movePixelsDec (uint8_t *pPixelDest, const uint8_t *pPixelSrc, uint16_t count) |
|
◆ movePixelsInc_P()
template<size_t V_PIXEL_SIZE, typename T_COLOR_OBJECT , typename T_COPY >
static void NeoByteElements< V_PIXEL_SIZE, T_COLOR_OBJECT, T_COPY >::movePixelsInc_P |
( |
uint8_t * |
pPixelDest, |
|
|
PGM_VOID_P |
pPixelSrc, |
|
|
uint16_t |
count |
|
) |
| |
|
inlinestatic |