-
Notifications
You must be signed in to change notification settings - Fork 214
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
script: Add beginnings of config + script system #1527
Conversation
LCD deck config table style currently coredumps, confirmed on both LCD Deck and ROG Ally. OLED Deck config style seems fine. backtrace:
|
According to the shipped edid (see here, included in the patcher sources), the colorimetry parameters are the following: I do not have the hardware to manually test these parameters on my panel, so someone else should calibrate one to get them (assuming there is not a huge panel variance between displays). |
f9ce673
to
f441ce4
Compare
8f87e2f
to
51f1337
Compare
Port our known display configs to this system, and expose some basic features such as logging and printing convars. Very early work. See README.md in the scripts folder for more info.
Borked on < Clang 19
ed56544
to
da83473
Compare
Port our known display configs to this system, and expose some basic features such as logging and printing convars.
Very early work. See README.md in the scripts folder for more info.