| DisplayController | GHIElectronics.TinyCLR.Devices.Display | Represents the framebuffer / panel controller. After supplying timing via SetConfiguration(DisplayControllerSettings) and calling Enable, push pixels with DrawBuffer / DrawPixel — or mount the controller into the higher-level drawing/UI stack via Hdc. |
| DisplayControllerApiWrapper | GHIElectronics.TinyCLR.Devices.Display.Provider | Concrete IDisplayControllerProvider backed by the native TinyCLR display HAL. |
| DisplayControllerSettings | GHIElectronics.TinyCLR.Devices.Display | Common settings for any display controller (size, color format, orientation). |
| ParallelDisplayControllerSettings | GHIElectronics.TinyCLR.Devices.Display | Timing settings for a parallel RGB panel. Values come from the panel's datasheet. |