Files
Upsilon/ion/src/shared/dummy/display.cpp
Léa Saviot c85358967b [POST/HardwareTest] Change pattern in LCDDataTest
The pattern is a tiling of checkers of colors 2**k with k between 0 and
15 and their contraries.
This fixed a problem of failing LCD screens not detected.
2019-05-22 16:49:15 +02:00

8 lines
133 B
C++

#include <ion/display.h>
void Ion::Display::POSTPushMulticolor(int shift, int tileSize) {
}
void Ion::Display::waitForVBlank() {
}