# goodtft/lcd-show

**Attribution required: if you use, quote, or summarise this content, you must credit and link back to [awesome-repositories.com](https://awesome-repositories.com/repository/goodtft-lcd-show).**

2,624 stars · 881 forks · C++

## Links

- GitHub: https://github.com/goodtft/LCD-show
- awesome-repositories: https://awesome-repositories.com/repository/goodtft-lcd-show.md

## Tags

### Part of an Awesome List

- [TFT LCD Display Configurators](https://awesome-repositories.com/f/awesome-lists/devtools/single-board-computing/raspberry-pi-basics/tft-lcd-display-configurators.md) — Configures TFT LCD displays for use with Raspberry Pi and similar single-board computers.
- [Single-Board Computer TFT Driver Installers](https://awesome-repositories.com/f/awesome-lists/devtools/tft-display-drivers/single-board-computer-tft-driver-installers.md) — Installs kernel drivers and configures video output for a connected TFT LCD panel on a single-board computer.

### Development Tools & Productivity

- [Shell-Script-Based Driver Installers](https://awesome-repositories.com/f/development-tools-productivity/installation-scripts/shell-script-based-driver-installers.md) — Installs kernel drivers and configures system files by executing a single shell script that automates the entire setup process.
- [Hardware-Specific](https://awesome-repositories.com/f/development-tools-productivity/system-feature-managers/kernel-feature-managers/kernel-module-loaders/hardware-specific.md) — Loads and binds custom kernel modules to enable hardware-specific display and touch functionality.
- [Multi-Step Setup Chaining](https://awesome-repositories.com/f/development-tools-productivity/cli-command-frameworks/command-chaining/multi-step-setup-chaining.md) — Provides a unified script interface that chains multiple setup steps into one user command for TFT LCD configuration.

### Graphics & Multimedia

- [Framebuffer Device Configurators](https://awesome-repositories.com/f/graphics-multimedia/graphics-rendering-engines/framebuffer-renderers/framebuffer-device-configurators.md) — Configures the Linux framebuffer device to output video signals directly to a TFT LCD panel without a display server.
- [Driver-Configuration-Based Rotators](https://awesome-repositories.com/f/graphics-multimedia/display-rotation-optimizers/driver-configuration-based-rotators.md) — Changes screen orientation by updating the driver configuration to rotate the display for TFT LCD panels. ([source](https://github.com/goodtft/LCD-show#readme))
- [Driver-Level Display Rotators](https://awesome-repositories.com/f/graphics-multimedia/display-rotation-optimizers/driver-level-display-rotators.md) — Changes display orientation by updating a rotation parameter in the driver configuration for TFT LCD panels.

### User Interface & Experience

- [Touch Coordinate Calibrators](https://awesome-repositories.com/f/user-interface-experience/touch-gesture-detectors/capacitive-touch-calibrators/touch-coordinate-calibrators.md) — Runs a standalone calibration tool that maps touch input coordinates to the display's pixel grid for accurate interaction.
- [Driver-Based Orientation Adjusters](https://awesome-repositories.com/f/user-interface-experience/screen-orientation-detection/screen-orientation-management/driver-based-orientation-adjusters.md) — Changes screen orientation to match the physical mounting of an LCD panel by updating driver configuration.
- [Driver-Based Orientation Configurators](https://awesome-repositories.com/f/user-interface-experience/screen-orientation-detection/screen-orientation-management/driver-based-orientation-configurators.md) — Changes screen orientation by updating driver configuration to match the physical mounting of the LCD panel.
