Fix up sphinx
This commit is contained in:
parent
5e2fec714c
commit
4b0afc855d
@ -57,11 +57,9 @@
|
||||
//| :maxdepth: 3
|
||||
//|
|
||||
//| Bitmap
|
||||
//| BuiltinFont
|
||||
//| ColorConverter
|
||||
//| Display
|
||||
//| FourWire
|
||||
//| Glyph
|
||||
//| Group
|
||||
//| OnDiskBitmap
|
||||
//| Palette
|
||||
|
@ -46,7 +46,7 @@
|
||||
//| .. class:: Terminal(tilegrid, font)
|
||||
//|
|
||||
//| Terminal manages tile indices and cursor position based on VT100 commands. The font should be
|
||||
//| a `displayio.BuiltinFont` and the TileGrid's bitmap should match the font's bitmap.
|
||||
//| a `fontio.BuiltinFont` and the TileGrid's bitmap should match the font's bitmap.
|
||||
//|
|
||||
|
||||
STATIC mp_obj_t terminalio_terminal_make_new(const mp_obj_type_t *type, size_t n_args, const mp_obj_t *pos_args, mp_map_t *kw_args) {
|
||||
|
Loading…
Reference in New Issue
Block a user