https://github.com/soerenmeier/tcd
Touch Cockpit Display for DCS
https://github.com/soerenmeier/tcd
dcs dcs-world
Last synced: over 1 year ago
JSON representation
Touch Cockpit Display for DCS
- Host: GitHub
- URL: https://github.com/soerenmeier/tcd
- Owner: soerenmeier
- License: apache-2.0
- Created: 2022-05-30T00:56:51.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-31T02:57:35.000Z (over 3 years ago)
- Last Synced: 2025-02-01T12:46:50.504Z (over 1 year ago)
- Topics: dcs, dcs-world
- Language: Rust
- Homepage: http://dcs-tcd.com/
- Size: 235 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# Touch Cockpit Display (TCD)
## Supported resolutions
### Smartphone (not fully)
- 400x850
### Small Tablet
- 860x500
### Tablet
- 1024x768
### Touch laptops and displays
At the moment the ui is not optimal for those devices you may find that
zooming helps.
# Driver
https://github.com/roshkins/IddSampleDriver
https://github.com/microsoft/Windows-driver-samples/blob/master/video/IndirectDisplay
## Create stuff
Install Windows WDK https://docs.microsoft.com/en-us/windows-hardware/drivers/download-the-wdk
Download Clang (for bindgen)
https://docs.microsoft.com/en-us/windows-hardware/drivers/install/installing-test-signed-driver-packages
## Probably rename to tcd display driver