MCPcopy Create free account
hub / github.com/TactilityProject/Tactility / drawBitmap

Method drawBitmap

Devices/unphone/Source/devices/Hx8357Display.cpp:115–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113}
114
115bool Hx8357Display::Hx8357Driver::drawBitmap(int xStart, int yStart, int xEnd, int yEnd, const void* pixelData) {
116 lv_area_t area = { xStart, yStart, xEnd, yEnd };
117 hx8357_flush(nullptr, &area, (uint8_t*)pixelData);
118 return true;
119}

Callers 1

Calls 1

hx8357_flushFunction · 0.85

Tested by

no test coverage detected