Jeff Epler 9bd2a61d8b supervisor: Always allocate at least a 1x1 terminal
Otherwise, out of range writes would occur in tilegrid_set_tile, causing a safe mode reset.
```
Hardware watchpoint 6: -location *stack_alloc->ptr

Old value = 24652061
New value = 24641565
0x000444f2 in common_hal_displayio_tilegrid_set_tile (self=0x200002c8 <supervisor_terminal_text_grid>, x=1, y=1, tile_index=0 '\000')
    at ../../shared-module/displayio/TileGrid.c:236
236	    if (!self->partial_change) {
(gdb)
```
2020-09-01 10:55:45 -05:00
..
2019-10-21 18:57:03 -07:00
2020-01-23 20:16:31 -05:00
2020-08-17 17:17:59 -07:00
2020-05-15 15:36:16 -07:00
2020-08-24 18:29:50 -07:00
2019-08-27 15:21:47 -07:00
2020-08-17 17:17:59 -07:00
2020-05-15 15:36:16 -07:00
2020-05-15 15:36:16 -07:00