Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

raspberry pi pico Adafruit_ST7735 out of memory?... #173

Open
demenkovms opened this issue Jul 5, 2022 · 1 comment
Open

raspberry pi pico Adafruit_ST7735 out of memory?... #173

demenkovms opened this issue Jul 5, 2022 · 1 comment

Comments

@demenkovms
Copy link

demenkovms commented Jul 5, 2022

Hello. Is it possibly to be out of memory if I try to load bmp from SD-card (6 bmp files)?
I load on start screen - then make tft.fillScreen(ST77XX_BLACK) and try to load other - I get white screen and yellow led on pico start to blink. Is the tft.fillScreen clear memory? may be it was any debug mode to check what can be trouble? Thanks!

P.S. and I get "File img/ATTENT.bmp not found" but the file is on SD card, and if display it separately - it's display ok

@demenkovms demenkovms changed the title raspberry pi pico Adafruit_ST7735 aou of memory?... raspberry pi pico Adafruit_ST7735 out of memory?... Jul 5, 2022
@demenkovms
Copy link
Author

As I understand, the reason is that I run bmpDraw (to draw file) in rtos thread, but why it's happened and how to fix it I did't understand...

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

No branches or pull requests

1 participant