8000 Multiple Commands in Sequence Cause the ESP32 to Crash and Restart · Roger-random ESP_8_BIT_composite · Discussion #52 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Multiple Commands in Sequence Cause the ESP32 to Crash and Restart #52

Closed Answered by Roger-random
joshua137k asked this question in Q&A
Discussion options

You must be logged in to vote

Visual noise like those shown in your video displayed uninitialized data. You're seeing noise because your code never drew in those locations. Adding calls to getFrameBufferLines() allows access to both buffers, but you still have to draw on those buffers to change them from noise to your application content.

Calling fillScreen(0) will clear the buffer to zero (black). You can see the implementation in void ESP_8_BIT_GFX::fillScreen(uint16_t color)

void ESP_8_BIT_GFX::fillScreen(uint16_t color)

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by joshua137k
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
0