Doing development on RP2040 and the release configurations seem to hang when I use the sleep and wake_up routines on the display.
I have an async routine doing this via the embassy_rp library. So I'm not sure if the problem lies here or there I just know that it happens.
You can checkout the source code to see if I'm doing anything obviously wrong or as an example to see when it's happening.
https://github.com/avlec/homestead-client/blob/fundamental/src/main.rs#L140