Upgrading to pxt 3.5.4 (#367)
* pxt/common updates * added game lib * removing gamelib
This commit is contained in:
@ -45,10 +45,10 @@ static void bitBufferToFrameBuffer(uint8_t *bitBuffer, uint8_t *fb) {
|
||||
}
|
||||
|
||||
static uint8_t *mappedFrameBuffer;
|
||||
static Image lastImg;
|
||||
static Image_ lastImg;
|
||||
|
||||
//%
|
||||
void updateScreen(Image img) {
|
||||
void updateScreen(Image_ img) {
|
||||
if (img && img != lastImg) {
|
||||
decrRC(lastImg);
|
||||
incrRC(img);
|
||||
|
Reference in New Issue
Block a user