raster pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=cbd98fafb07ef195b8f2c0593543c6278ce7483e
commit cbd98fafb07ef195b8f2c0593543c6278ce7483e Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com> Date: Fri Oct 11 13:12:29 2019 +0100 todo - add info about ddcutil - for better monitor controls we can control backlight on laptops but not on other screens contnected even though they may support it. it may be time to make a "unified" screen control thing that detects laptop led/backlight controls vs ddc based monitor ones and provides the right controls for it. --- TODO | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/TODO b/TODO index 6e236ad0f..e39e1d551 100644 --- a/TODO +++ b/TODO @@ -185,6 +185,10 @@ TODO: view to this back-end data log and follows it as it updates. * can go back in time then to previous logs * should have the ability to draw nice graphs etc. +* brightness/contrast etc. controls need to work better + look at ddcutil (ddc capabilities, ddc getvcp/setvcp) to be able to + control screen brightness, rgb gain, display technology type, + display modes, color presets etc. etc. http://www.ddcutil.com * edge bindings - selecting edge dialog needs a redo (no edje for all content) * e menu - add obj cache for menu and menu item objects to reduce costs by far the biggest cost in showing/hiding menus is realize/unrealize --