mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
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.
8 lines
133 B
C++
8 lines
133 B
C++
#include <ion/display.h>
|
|
|
|
void Ion::Display::POSTPushMulticolor(int shift, int tileSize) {
|
|
}
|
|
|
|
void Ion::Display::waitForVBlank() {
|
|
}
|