Add parapentiste forum link
This commit is contained in:
@@ -30,6 +30,8 @@ Encoder knob(3, 2);``` par ``` Encoder knob(2, 3);```
|
||||
|
||||
[](http://www.youtube.com/watch?v=KeNAhEgbHnc)
|
||||
|
||||
[Participer à la discussion sur le forum parapentiste.](http://www.parapentiste.info/forum/bons-plans/variometre-maison-a-base-darduino-t33538.0.html)
|
||||
|
||||
|
||||
### Matériel et coût
|
||||
|
||||
|
||||
@@ -363,7 +363,7 @@ void renderStatItem(float value, const __FlashStringHelper *unit, bool integer =
|
||||
menuUsed = false;
|
||||
display.setTextColor(BLACK);
|
||||
|
||||
if (integer == true) {
|
||||
if (true == integer) {
|
||||
display.print((int)value);
|
||||
}
|
||||
else {
|
||||
@@ -386,7 +386,7 @@ void renderDateTime(DateTime d, uint8_t bold = 0)
|
||||
display.setTextColor(WHITE, BLACK);
|
||||
renderZero(d.day());
|
||||
display.print(d.day());
|
||||
|
||||
|
||||
display.setTextColor(BLACK);
|
||||
display.print(F("/"));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user