“System.OutOfMemoryException”类型的未经处理的异常在 nanoFramework.Graphics.dll 中发生 ++++ Exception System.OutOfMemoryException - CLR_E_OUT_OF_MEMORY (3) ++++ ++++ Message: ++++ nanoFramework.UI.Bitmap::.ctor [IP: 0000] ++++ ++++ nanoFramework.UI.DisplayControl::get_FullScreen [IP: 0015] ++++ Uncaught exception #1269
-
Beta Was this translation helpful? Give feedback.
Answered by
zhangqiang199226
Apr 13, 2023
Replies: 1 comment 4 replies
-
It's because your board does not seems to have PSRAM. So it does not have enough memory for a full frame buffer. Try with a smaller allocation. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Now the execution has reached the point of throwing an exception。