ERIS CORE

◆ enablePixelOP()

void AppWren::enablePixelOP ( uint16_t  param,
pixelOPMode  operation 
)

wren callback interface to enable pixel operations
forwards the call to ILI9341_t3_ERIS which has a matching interface

Parameters
param
operation

Definition at line 1752 of file AppWren.cpp.

1752  {
1753  am->data->update("DEBUG_PIXOP",(int32_t)operation);
1754  draw->enablePixelOP(param,operation);
1755 };
AppManager * am
Definition: AppBaseClass.h:38
ILI9341_t3_ERIS * draw
Definition: AppBaseClass.h:41
SvcDataDictionary * data
Definition: AppManager.h:63
void enablePixelOP(uint16_t param, pixelOPMode operation)
enable literal pixel operations on the source buffer within the rendering pipeline
bool update(const char *key, int32_t val, uint32_t *owner)
update the value of an owned record creates a new record if one does not exist and initializes its ...

References AppBaseClass::am, AppManager::data, AppBaseClass::draw, ILI9341_t3_ERIS::enablePixelOP(), and SvcDataDictionary::update().

Referenced by drawEnablePixelOp().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: