Merge pull request #4673 from makermelissa/main

Release display on FunHouse when entering DeepSleep
This commit is contained in:
Melissa LeBlanc-Williams 2021-04-27 10:15:50 -07:00 committed by GitHub
commit 36f1ac38cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -120,4 +120,5 @@ void reset_board(void) {
} }
void board_deinit(void) { void board_deinit(void) {
common_hal_displayio_release_displays();
} }