Pārlūkot izejas kodu

Added new AppIcon

Thomas Buck 7 gadus atpakaļ
vecāks
revīzija
b16aec2349
Revīzijas autora e-pasta adrese nav piesaistīta nevienam kontam

+ 2
- 2
DisplayBacklight/AppDelegate.m Parādīt failu

@@ -77,12 +77,12 @@ struct LEDStrand strands[] = {
77 77
 // This defines the update-speed of the Ambilight, in seconds.
78 78
 // With a baudrate of 115200 and 156 LEDs and 14-bytes Magic-Word,
79 79
 // theoretically you could transmit:
80
-//     115200 / (14 + (156 * 3)) * 8 =~ 30 Frames per Second
80
+//     115200 / ((14 + (156 * 3)) * 8) =~ 30 Frames per Second
81 81
 // Inserting (1.0 / 30.0) here would try to reach these 30FPS,
82 82
 // but will probably cause high CPU-Usage.
83 83
 // (Run-Time of the algorithm is ignored here, so real speed will be
84 84
 // slightly lower.)
85
-#define DISPLAY_DELAY (1.0 / 20.0)
85
+#define DISPLAY_DELAY (1.0 / 30.0)
86 86
 
87 87
 // How many pixels to skip when calculating the average color.
88 88
 // Slightly increases performance and doesn't really alter the result.

Binārs
DisplayBacklight/Assets.xcassets/AppIcon.appiconset/1024.png Parādīt failu


Binārs
DisplayBacklight/Assets.xcassets/AppIcon.appiconset/128.png Parādīt failu


Binārs
DisplayBacklight/Assets.xcassets/AppIcon.appiconset/16.png Parādīt failu


Binārs
DisplayBacklight/Assets.xcassets/AppIcon.appiconset/256-1.png Parādīt failu


Binārs
DisplayBacklight/Assets.xcassets/AppIcon.appiconset/256.png Parādīt failu


Binārs
DisplayBacklight/Assets.xcassets/AppIcon.appiconset/32-1.png Parādīt failu


Binārs
DisplayBacklight/Assets.xcassets/AppIcon.appiconset/32.png Parādīt failu


Binārs
DisplayBacklight/Assets.xcassets/AppIcon.appiconset/512-1.png Parādīt failu


Binārs
DisplayBacklight/Assets.xcassets/AppIcon.appiconset/512.png Parādīt failu


Binārs
DisplayBacklight/Assets.xcassets/AppIcon.appiconset/64.png Parādīt failu


+ 4
- 4
DisplayBacklight/Assets.xcassets/AppIcon.appiconset/Contents.json Parādīt failu

@@ -9,7 +9,7 @@
9 9
     {
10 10
       "size" : "16x16",
11 11
       "idiom" : "mac",
12
-      "filename" : "32.png",
12
+      "filename" : "32-1.png",
13 13
       "scale" : "2x"
14 14
     },
15 15
     {
@@ -33,7 +33,7 @@
33 33
     {
34 34
       "size" : "128x128",
35 35
       "idiom" : "mac",
36
-      "filename" : "256.png",
36
+      "filename" : "256-1.png",
37 37
       "scale" : "2x"
38 38
     },
39 39
     {
@@ -45,7 +45,7 @@
45 45
     {
46 46
       "size" : "256x256",
47 47
       "idiom" : "mac",
48
-      "filename" : "512.png",
48
+      "filename" : "512-1.png",
49 49
       "scale" : "2x"
50 50
     },
51 51
     {
@@ -65,4 +65,4 @@
65 65
     "version" : 1,
66 66
     "author" : "xcode"
67 67
   }
68
-}
68
+}

+ 1
- 1
DisplayBacklight/Info.plist Parādīt failu

@@ -21,7 +21,7 @@
21 21
 	<key>CFBundleSignature</key>
22 22
 	<string>????</string>
23 23
 	<key>CFBundleVersion</key>
24
-	<string>99</string>
24
+	<string>103</string>
25 25
 	<key>LSApplicationCategoryType</key>
26 26
 	<string>public.app-category.utilities</string>
27 27
 	<key>LSMinimumSystemVersion</key>

Notiek ielāde…
Atcelt
Saglabāt