File tree Expand file tree Collapse file tree 6 files changed +19
-16
lines changed Expand file tree Collapse file tree 6 files changed +19
-16
lines changed Original file line number Diff line number Diff line change @@ -224,8 +224,8 @@ enum ClockType {
224
224
Ger11x11 = 3 ,
225
225
Ger11x11V2 = 8 ,
226
226
Ger11x11Frame = 4 ,
227
- Ger21x11Weather = 5 ,
228
- Ger17x17 = 7 ,
227
+ Ger22x11Weather = 5 ,
228
+ Ger16x18 = 7 ,
229
229
Nl10x11 = 9 ,
230
230
};
231
231
Original file line number Diff line number Diff line change 24
24
*
25
25
*/
26
26
27
- class De17x17_t : public iUhrType {
27
+ class De16x18_t : public iUhrType {
28
28
public:
29
29
virtual LanguageAbbreviation usedLang () override {
30
30
return LanguageAbbreviation::DE;
@@ -486,4 +486,4 @@ class De17x17_t : public iUhrType {
486
486
};
487
487
};
488
488
489
- De17x17_t _de17x17 ;
489
+ De16x18_t _de16x18 ;
Original file line number Diff line number Diff line change 30
30
* D R E I ẞ I G O ° C X
31
31
*/
32
32
33
- class De21x11Weather_t : public iUhrType {
33
+ class De22x11Weather_t : public iUhrType {
34
34
public:
35
35
virtual LanguageAbbreviation usedLang () override {
36
36
return LanguageAbbreviation::DE;
@@ -600,4 +600,4 @@ class De21x11Weather_t : public iUhrType {
600
600
};
601
601
};
602
602
603
- De21x11Weather_t _de21x11Weather ;
603
+ De22x11Weather_t _de22x11Weather ;
Original file line number Diff line number Diff line change @@ -676,10 +676,10 @@ iUhrType *ClockWork::getPointer(uint8_t type) {
676
676
return &_de11x11V2;
677
677
case Ger11x11Frame:
678
678
return &_de11x11frame;
679
- case Ger21x11Weather :
680
- return &_de21x11Weather ;
681
- case Ger17x17 :
682
- return &_de17x17 ;
679
+ case Ger22x11Weather :
680
+ return &_de22x11Weather ;
681
+ case Ger16x18 :
682
+ return &_de16x18 ;
683
683
case Eng10x11:
684
684
return &_en10x11;
685
685
default :
Original file line number Diff line number Diff line change 40
40
// Same Layout as Ger11x11, but with additional LED's to illuminate the frame
41
41
// from the side
42
42
//
43
- // #define DEFAULT_LAYOUT Ger21x11Weather
44
- // clock with weather forecast 242 LED's
43
+ // #define DEFAULT_LAYOUT Ger22x11Weather
44
+ // 22 rows, each 11 LED's per row, with weather forecast on overall 242 LED's
45
+ // based on design of Github user @Eisbaeeer
46
+ //
47
+ // #define DEFAULT_LAYOUT Ger16x18
48
+ // 16 rows, each 18 LED's per row, with the layout WordClock24h of
49
+ // mikrocontroller.net
45
50
//
46
- // #define DEFAULT_LAYOUT Ger17x17
47
- // Clock with 24 hours display 18x16
48
51
//
49
52
/**********************/
50
53
/* Dutch */
Original file line number Diff line number Diff line change @@ -183,8 +183,8 @@ <h2>Front</h2>
183
183
< option value ="3 "> DE 11x11</ option >
184
184
< option value ="8 "> DE 11x11 v2</ option >
185
185
< option value ="4 "> DE 11x11 Frame</ option >
186
- < option value ="5 "> DE 21x11 Weather</ option >
187
- < option value ="7 "> DE 17x17 </ option >
186
+ < option value ="5 "> DE 22x11 Weather</ option >
187
+ < option value ="7 "> DE 16x18 </ option >
188
188
< option value ="10 "> EN 10x11</ option >
189
189
< option value ="9 "> NL 10x11</ option >
190
190
</ select >
You can’t perform that action at this time.
0 commit comments