-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathchanges
91 lines (69 loc) · 2.23 KB
/
changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
v3.15:
fixed: touch screen calibration no longer works starting with v3.60
v3.14:
fixed: touch screen calibrate only changes config.txt
add comment to the ReadMe about running setup from the command line
v3.13:
add support for v3.50~11
backlight setting incorrect for Raspberry PI prior to v2.73
so removed the customization for start-gui.sh since that is fixed now
in stock code
v3.12:
remove local copy of HelperResources
v3.11:
HelperResources missing
v3.10:
reverted to v7.17 HelperResources
v3.9:
switch to patch for installs
v3.8:
fixed: config.txt update fails sometimes
replaced updateActive file with a move command like all other
packages that modify config.txt
add file sets for Venus OS versions v3.14 - 3.22 and v3.30 betas through v3.30~17
v3.7:
fixed: no file sets error created in v3.6
v3.6:
allow installation even if GUI v1 is not present
v3.5:
added support for v3.11
v3.4:
fixed: CANbus config removed from config.txt by RpiDisplaySetup install !
v3.3:
add choice of lcd_rotate or display_lcd_rotate
v3.2:
removed lcd_rotate
it seems having bot it and display_lcd_rotate results in no rotation
v3.1:
add display_lcd_rotate
v3.0:
add touch screen calibration
add HDMI configuration:
auto, preset and custom display modes
screen resolution and refresh rate
removed HDMI 1
v2.10:
add display rotate 180 degrees
v2.9:
added support for Venus OS v2.89
dropped support for Venus OS v2.4x and 2.5x
v2.8:
fixed: setup crashes if custom display type and both files not specified
v2.7:
added v2.80 - no functional changes
v2.6:
fixed: changes for v2.5 didn't activate dimming with custom file
added CUSTOM display type with /sys/class... entry for blank and dimming
v2.5:
added custom blanking and dimming control files
if these files exist they are copied to /etc/venus instead of
creating them based on the display type
/setupOptions/RpiDisplaySetup/blank_display_device
/setupOptions/RpiDisplaySetup/backlight_device
v2.4:
fixed: backlight dimming didn't work with new RPI 4 kernel
replaced backlight overlay
v2.2-v2.3:
added raspberryPiOnly flag file
added display type auto-discovery for blind installs from Package Manager
removed manual GitHub download/install instructions from ReadMe