Missing updatestats (#351)
* aligning screeninit with pxt32 * remove shim * missing shim * missing shim
This commit is contained in:
@ -63,6 +63,11 @@ void updateScreen(Image img) {
|
||||
}
|
||||
}
|
||||
|
||||
//%
|
||||
void updateStats(String str) {
|
||||
|
||||
}
|
||||
|
||||
void screen_init() {
|
||||
DMESG("init screen");
|
||||
if (mappedFrameBuffer)
|
||||
|
Reference in New Issue
Block a user