mirror of
https://github.com/mitxela/clock4.git
synced 2025-12-05 23:20:26 -08:00
Set brightness curve in config file for phototransistor
The default curve in the firmware, with nothing specified in the config file (or this commented out) matches the LDR.
This commit is contained in:
@@ -77,11 +77,12 @@ Tolerance_time_100ms = 100000
|
||||
|
||||
|
||||
# nonlinear brightness curve, five stops of input->output, use brightness-curve.htm for a GUI
|
||||
#BS1 = 0,0
|
||||
#BS2 = 1425,737
|
||||
#BS3 = 2566,1601
|
||||
#BS4 = 3396,2725
|
||||
#BS5 = 4095,4095
|
||||
# VTT9812FH with R11 = 470K
|
||||
BS1 = 0,0
|
||||
BS2 = 131,365
|
||||
BS3 = 1076,1422
|
||||
BS4 = 2774,2665
|
||||
BS5 = 3849,4095
|
||||
|
||||
# shows input and output values of DAC/ADC
|
||||
MODE_DEBUG_BRIGHTNESS = 0
|
||||
|
||||
Reference in New Issue
Block a user