Home
last modified time | relevance | path

Searched refs:numCommands (Results 1 – 1 of 1) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/src/st7735/
Dst7735.cxx96 uint8_t numCommands, numArgs; in executeCMDList() local
99 numCommands = *(addr++); // Number of commands to follow in executeCMDList()
100 while(numCommands--) { // For each command... in executeCMDList()