Skip to content

picogame: enable on pimoroni_picosystem - #11359

Open
lynt-smitka wants to merge 1 commit into
adafruit:mainfrom
MakerClassCZ:pg-picosystem
Open

picogame: enable on pimoroni_picosystem#11359
lynt-smitka wants to merge 1 commit into
adafruit:mainfrom
MakerClassCZ:pg-picosystem

Conversation

@lynt-smitka

Copy link
Copy Markdown

Enables picogame on pimoroni_picosystem: a 240x240 ST7789 over four-wire SPI, buttons and audio, which picogame's fast display path drives as it comes.

It does not fit at -O3: the firmware is at 95.3% of the 1020 KB partition and the engine needs another 50 KB. It builds at -O2 with five loop passes, which leaves 140 KB free and measures within 1% of -O3 on this M0+.

The board has the 240x240 ST7789 over four-wire SPI that picogame's fast
display path drives, plus the buttons and audio a game needs.

It does not fit at -O3: the firmware is at 95.3% of the 1020 KB partition
and the engine needs another 50 KB. At -O2 with the loop passes it keeps
140 KB free, within 1% of -O3 on this M0+.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant