Show pagesourceOld revisionsBacklinksBack to top Share via Share via... Twitter LinkedIn Facebook Pinterest Telegram WhatsApp Yammer Reddit TeamsRecent ChangesSend via e-MailPrintPermalink × Table of Contents Elecrow CrowPanel 5.79" E-Paper display Code Library Sample application Discussion You are not allowed to perform this action Discussion Mike, 2025/04/04 23:12 I using the board CrowPanel ESP32 5.79 and facing with error with memory allocation in CrowPanel.py in this line: self.spi.write(pack('B'*len(data), *data)) The Lib version:V0.1.1 Is it solvable? I use the latest firmware for the S3 board. Ignas, 2025/04/06 18:08 My wild guess would be that you are using incorrect firmware. Follow this guide to get SPIRAM build for your board: https://www.elecrow.com/sharepj/elecrow-579-screen-library-for-micropython-513.html Real name: E-Mail: Enter your comment. Wiki syntax is allowed: Please fill all the letters into the box to prove you're human. Please keep this field empty: Subscribe to comments components/crowpanel_5_79.txt Last modified: 2025/02/07 11:19by Ignas
Discussion
I using the board CrowPanel ESP32 5.79 and facing with error with memory allocation in CrowPanel.py in this line: self.spi.write(pack('B'*len(data), *data)) The Lib version:V0.1.1 Is it solvable?
I use the latest firmware for the S3 board.
My wild guess would be that you are using incorrect firmware. Follow this guide to get SPIRAM build for your board: https://www.elecrow.com/sharepj/elecrow-579-screen-library-for-micropython-513.html