Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Vitabright: Difference between revisions

From GameBrew
No edit summary
No edit summary
Line 1: Line 1:
{{cleanup|article|Needs cleanup}}
{{#seo:
{{#seo:
|title=Vita Homebrew Apps (Plugins) - GameBrew!
|title=Vita Homebrew Apps (Plugins) - GameBrew!
Line 19: Line 18:
|source=https://github.com/devnoname120/vitabright
|source=https://github.com/devnoname120/vitabright
}}
}}
Plugin to set PSVITA brightness.
'''Vitabright''' is a plugin allows you to set PSVITA brightness level below/upper the normal standards.
 
== Description ==
Vitabright is a plugin enabling you to alter the luminosity levels of your PS Vita. It thus allows you to decrease the brightness level below the minimum, and increase it above the maximum.
 
'''This plugin is compatible with both OLED (PS Vita 1000) and LCD (PS Vita 2000) models. Tested to be functional on 3.60 Ensō, 3.65 h-encore, 3.67 h-encore and 3.68 h-encore'''.
 
== Installation ==
* Download the latest version from the '''vitabright.skprx'''.
* Extract the files to <code>ur0:/tai/</code> on your Vita.
* Add <code>ur0:/tai/vitabright.skprx</code> below <code>*KERNEL</code> in the <code>ur0:/tai/config.txt</code> file.
 
'''Important note''': If you have a folder <code>ux0:/tai</code> on your memory stick, it will prevent plugins in <code>ur0:/tai</code> from loading. In order to fix this, delete the folder <code>ux0:/tai</code>.


==Media==
==Media==
<youtube>H0B9t0IyEhE</youtube>
<youtube>H0B9t0IyEhE</youtube>


==Screenshot==
[[image:vitabrightvita.jpg|600px]]
== Usage ==
* Once vitabright is installed and your Vita is restarted, it will automatically work. Just open the brightness settings and move the slider.
* You can customize the gamma table that vitabright uses for OLED screens (PS Vita 1000): open the file <code>vitabright_lut.txt</code> and modify it according to your needs. '''Note''': for now, you cannot tweak the luminosity levels of LCD screens (PS Vita 2000) without recompiling the plugin (for advanced users).
* Note that while there is also a file named <code>vitabright_lut_orig.txt</code>, it's not used by vitabright and it's only here for informational purposes.
'''Important note''': If you want to use FileZilla for transferring the file <code>vitabright_lut.txt</code>, you'll first need to [https://stackoverflow.com/a/555003 change the transfer type from <code>Auto</code> to <code>Binary</code>] or it can prevent vitabright from parsing it correctly.
=== How can I edit the OLED gamma table? ===
Use this tool: [[Vitabright Lut Editor Vita|Vitabright Lut Editor]].
'''Please share your improved <code>vitabright_lut.txt</code> file by [https://github.com/devnoname120/vitabright/issues/new opening an issue]!'''
=== OLED gamma table explanations ===
https://github.com/devnoname120/vitabright/wiki/What-is-the-format-of-the-OLED-gamma-table%3F
==Changelog==
'''(v.2.0)'''
* @SKGleba fixed an issue where vitabright wasn't working on some OLED screens. (#13)
* @buzeak reworked the OLED LUT completely from scratch. OLED models can now go very low and very high without altering the colors! The brightness levels are natural just like without this plugin. A HUGE thanks to him! (#36)
* Increased the maximum brightness you can set the slider to in CPU-intensive games


==Screenshots==
'''(v.1.1)'''
https://dlhb.gamebrew.org/vitahomebrews/vitabrightvita-01.jpg
*Add ultra brightness mode (thanks to @juliansteenbakker!)
https://dlhb.gamebrew.org/vitahomebrews/vitabrightvita-02.jpg
*Add functions to allow live tweaking using [[Vitabright Lut Editor Vita|Vitabright Lut Editor]].
https://dlhb.gamebrew.org/vitahomebrews/vitabrightvita-03.jpg
https://dlhb.gamebrew.org/vitahomebrews/vitabrightvita-04.jpg
https://dlhb.gamebrew.org/vitahomebrews/vitabrightvita-05.jpg
https://dlhb.gamebrew.org/vitahomebrews/vitabrightvita-06.jpg
https://dlhb.gamebrew.org/vitahomebrews/vitabrightvita-07.jpg
https://dlhb.gamebrew.org/vitahomebrews/vitabrightvita-08.jpg


==Changelogs==
'''(v.1.0)'''
'''(v.1.0)'''
* First Release.
*Support for LCD screens (PS Vita 2000)
*Fix issue where the brightness would jump after inactivity if it was very low.
 
'''(v.0.9)'''
*Add a default modified gamma table. Based on /u/AFDC98's and @eiiiiix's modifications, thanks to them!
*Fix bug where gamma table wouldn't be used after starting until the brightness slider was moved.
*It's now possible to write comments in '''vitabright_lookup.txt''' by starting a line with #.
 
'''(v.0.5)'''<br>
'''Notice:''' This plugin won't do anything out of the box, you need to customize the gamma table yourself and figure out what each number does.
 
This update allows users to customize the gamma lookup table that is used for brightness levels.
The table vitabright_lut.txt is the original one unaltered, it needs to be placed in ur0:/tai/ or ux0:/tai (ur0 has the priority).
 
Each line in this file corresponds to a brightness level, there must be exactly 17 lines plus an empty one a the end. Each number has to be a 2-digit hexadecimal integer (so from 00 to FF).
 
'''(v.0.1)'''
* Very experimental, allows to lower the minimum brightness by a bit (same brightness as when the screen dims after some inactivity).
 
==Thanks==
* Thanks to xyz, yifanlu, and xerpi for their help.


== External links ==
== External links ==
* Official Website -
* Github - https://github.com/devnoname120/vitabright
* Github - https://github.com/devnoname120/vitabright
* VitaDB - https://vitadb.rinnegatamante.it/#/info/237
* VitaDB - https://vitadb.rinnegatamante.it/#/info/237
* Gbatemp -
* Google Source -
* Reddit -
* Gitlab -

Revision as of 00:01, 9 November 2022

vitabright
File:Vitabrightvita.jpg
General
Authordevnoname120
TypePlugins
Version2.0
LicenseMixed
Last Updated2022/03/18
Links
Download
Source

Vitabright is a plugin allows you to set PSVITA brightness level below/upper the normal standards.

Description

Vitabright is a plugin enabling you to alter the luminosity levels of your PS Vita. It thus allows you to decrease the brightness level below the minimum, and increase it above the maximum.

This plugin is compatible with both OLED (PS Vita 1000) and LCD (PS Vita 2000) models. Tested to be functional on 3.60 Ensō, 3.65 h-encore, 3.67 h-encore and 3.68 h-encore.

Installation

  • Download the latest version from the vitabright.skprx.
  • Extract the files to ur0:/tai/ on your Vita.
  • Add ur0:/tai/vitabright.skprx below *KERNEL in the ur0:/tai/config.txt file.

Important note: If you have a folder ux0:/tai on your memory stick, it will prevent plugins in ur0:/tai from loading. In order to fix this, delete the folder ux0:/tai.

Media

Screenshot

File:Vitabrightvita.jpg

Usage

  • Once vitabright is installed and your Vita is restarted, it will automatically work. Just open the brightness settings and move the slider.
  • You can customize the gamma table that vitabright uses for OLED screens (PS Vita 1000): open the file vitabright_lut.txt and modify it according to your needs. Note: for now, you cannot tweak the luminosity levels of LCD screens (PS Vita 2000) without recompiling the plugin (for advanced users).
  • Note that while there is also a file named vitabright_lut_orig.txt, it's not used by vitabright and it's only here for informational purposes.

Important note: If you want to use FileZilla for transferring the file vitabright_lut.txt, you'll first need to change the transfer type from Auto to Binary or it can prevent vitabright from parsing it correctly.

How can I edit the OLED gamma table?

Use this tool: Vitabright Lut Editor.

Please share your improved vitabright_lut.txt file by opening an issue!

OLED gamma table explanations

https://github.com/devnoname120/vitabright/wiki/What-is-the-format-of-the-OLED-gamma-table%3F

Changelog

(v.2.0)

  • @SKGleba fixed an issue where vitabright wasn't working on some OLED screens. (#13)
  • @buzeak reworked the OLED LUT completely from scratch. OLED models can now go very low and very high without altering the colors! The brightness levels are natural just like without this plugin. A HUGE thanks to him! (#36)
  • Increased the maximum brightness you can set the slider to in CPU-intensive games

(v.1.1)

  • Add ultra brightness mode (thanks to @juliansteenbakker!)
  • Add functions to allow live tweaking using Vitabright Lut Editor.

(v.1.0)

  • Support for LCD screens (PS Vita 2000)
  • Fix issue where the brightness would jump after inactivity if it was very low.

(v.0.9)

  • Add a default modified gamma table. Based on /u/AFDC98's and @eiiiiix's modifications, thanks to them!
  • Fix bug where gamma table wouldn't be used after starting until the brightness slider was moved.
  • It's now possible to write comments in vitabright_lookup.txt by starting a line with #.

(v.0.5)
Notice: This plugin won't do anything out of the box, you need to customize the gamma table yourself and figure out what each number does.

This update allows users to customize the gamma lookup table that is used for brightness levels. The table vitabright_lut.txt is the original one unaltered, it needs to be placed in ur0:/tai/ or ux0:/tai (ur0 has the priority).

Each line in this file corresponds to a brightness level, there must be exactly 17 lines plus an empty one a the end. Each number has to be a 2-digit hexadecimal integer (so from 00 to FF).

(v.0.1)

  • Very experimental, allows to lower the minimum brightness by a bit (same brightness as when the screen dims after some inactivity).

Thanks

  • Thanks to xyz, yifanlu, and xerpi for their help.

External links

Advertising: