devnoname120/vitabright

My further modified gamma table

afdc98 opened this issue · 2 comments

Part of my past gamma table was used in one of the releases, but I have modified it further so night mode (the left extreme of the brightness bar, an orange filter) is more dim, as well as the last steps, plus the right side is brighter than default, so there is more contrast between steps mostly

vitabright_lut.txt
.

Thanks!

diff --git a/vitabright_lut_orig.txt b/vitabright_lut.txt
index 4fdde5c..b910795 100755
--- a/vitabright_lut_orig.txt
+++ b/vitabright_lut.txt
@@ -1,22 +1,21 @@
-# This is a modified gamma table, more information here: https://github.com/devnoname120/vitabright/wiki/What-is-the-format-of-the-OLED-gamma-table
+# This is a modified gamma table
 CC CC EA D0 D8 CB C3 CB BB E2 E4 DF D6 CE D3 FA ED E6 2F 00 2F
 BF BF DA D4 DB CE C6 CD BF E3 E3 E1 D7 CA D3 FA ED E6 2F 00 2F
 9F 9F BE CF D7 C9 C2 CB BB E1 E3 DE D6 D0 D3 FA ED E6 2F 00 2F
 99 99 B6 D1 D9 CC C3 CB BC E2 E4 DF D6 CC D3 FA ED E6 2F 00 2F
+93 93 AF D3 DA CD C5 CD BE E2 E3 DF D6 CA D3 FA ED E6 2F 00 2F
 8F 8F AA D4 DB CE C6 CD BF E3 E3 E1 D7 CA D3 FA ED E6 2F 00 2F
 # Games that set the CPU freq to 444 Mhz will only make the below values usable
 8D 8D A7 D5 DB CF C6 CE C0 E4 E4 E1 D7 C8 D3 FA ED E6 2F 00 2F
 8B 8B A5 D5 DB CF C7 CE C0 E3 E3 E1 D8 C7 D3 FA ED E6 2F 00 2F
-87 86 9F D6 DD D1 C7 CE C1 E4 E3 E2 D9 C6 D3 FA ED E6 2F 00 2F
 84 83 9B D7 DE D2 C8 CE C2 E4 E3 E2 D9 C3 D3 FA ED E6 2F 00 2F
 7F 7E 95 D7 DE D2 CB CF C5 E5 E3 E3 DA BF D3 FA ED E6 2F 00 2F
 7D 7C 92 D7 DD D2 CB D0 C6 E5 E1 E3 DA BD D3 FA ED E6 2F 00 2F
 79 78 8D D9 DF D5 CB CF C5 E5 E0 E4 DC B8 D4 FA ED E6 2F 00 2F
-# Value that's used by default by the Vita when dimming because of inactivity
 6A 68 7A DC E1 D8 D1 CF CD E6 D9 E3 CD 8C CB F0 9C F9 2F 00 2F
 58 55 68 E5 E4 DE D6 D2 D0 E8 D5 E5 CB 78 C7 EE 9C F9 2F 00 2F
-# Low brightness, but blueish tone. Might want to fix this
-49 48 5D D9 DF D5 CB CF C5 E5 E0 E4 DC B8 D4 FA ED E6 2F 00 2F
+46 3F 56 EE E6 E0 D8 D3 D2 EA D2 E6 CB 78 C7 FA ED E6 2F 00 2F
 # Flux-like orange tone, easy on the eyes
-64 5A 62 E3 E4 DD D4 D0 CF E7 D7 E4 CD 7B C9 F0 9C F9 2F 00 2F
-58 55 68 E5 E4 DE D6 D2 D0 E8 D5 E5 CB 78 C7 EE 9C F9 2F 00 2F
+52 45 50 EE E6 E0 D8 D3 D2 EA D2 E6 CB 64 C3 EE 9C F9 2F 00 2F
+# Value that's used by default by the Vita when dimming because of inactivity
+46 42 56 EE E6 E0 D8 D3 D2 EA D2 E6 CB 64 C3 EE 9C F9 2F 00 2F

Dang, I don't get how to change the gamma ratio on this application. Can someone do one where the vita retains it's originals colors, just with both higher and lower brightness levels?