1# Copyright (c) 2022 Jamie McCrae
2# SPDX-License-Identifier: Apache-2.0
3
4# Common fields for auxiliary (text) displays
5
6include: base.yaml
7
8properties:
9  columns:
10    type: int
11    required: true
12    description: Number of text columns that the display has
13
14  rows:
15    type: int
16    required: true
17    description: Number of text rows that the display has
18