circuitpython/shared-module
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
..
2020-08-10 18:42:05 -04:00
2020-09-30 12:57:39 -07:00
2020-09-03 16:32:12 -07:00
2017-11-02 12:41:50 -07:00
2020-07-06 19:16:25 +01:00
2020-08-21 19:08:25 -05:00
2020-08-19 20:18:17 +08:00
2019-07-24 16:46:31 +07:00
2020-07-06 19:16:25 +01:00