Jeff Epler 774f2e16ba displayio, framebufferio: Remove spurious call to supervisor_start_terminal
A call to supervisor_start_terminal remained in
common_hal_displayio_display_construct and was copied to other display
_construct functions, even though it was also being done in
displayio_display_core_construct when that was factored out.

Originally, this was harmless, except it created an extra allocation.
When investigating #3482, I found that this bug became harmful,
especially for displays that were created in Python code, because it
caused a supervisor allocation to leak.

I believe that it is safe to merge #3482 after this PR is merged.
2020-10-11 21:09:08 -05:00
..
2019-06-12 11:32:39 -07:00
2020-08-21 14:37:32 -05:00
2020-09-24 22:07:33 -04:00
2020-05-10 15:36:23 -07:00
2019-09-04 10:27:21 -07:00
2019-08-22 16:16:09 -07:00
2019-09-04 10:27:21 -07:00