| 258 | } |
| 259 | |
| 260 | void dotstarBegin(void *refcon, CommodettoCoordinate x, CommodettoCoordinate y, CommodettoDimension w, CommodettoDimension h) |
| 261 | { |
| 262 | spiDisplay sd = refcon; |
| 263 | uint32_t zeros = 0; |
| 264 | |
| 265 | modSPITx(&sd->spiConfig, (void *)&zeros, sizeof(zeros)); |
| 266 | modSPIFlush(); |
| 267 | } |
| 268 | |
| 269 | void dotstarContinue(void *refcon) |
| 270 | { |
no test coverage detected