[chronojump/FS-LCD-Menu] Minor fix
- From: Xavier Padullés <xpadulles src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump/FS-LCD-Menu] Minor fix
- Date: Mon, 10 Jan 2022 14:53:59 +0000 (UTC)
commit cf92adbd6f505242c5f0f562d0119cb1e08ab821
Author: xpadulles <x padulles gmail com>
Date: Mon Jan 10 15:53:26 2022 +0100
Minor fix
arduino/ForceSensorLCD/ForceSensorLCD.ino | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
---
diff --git a/arduino/ForceSensorLCD/ForceSensorLCD.ino b/arduino/ForceSensorLCD/ForceSensorLCD.ino
index 6e6cc4e0a..440db15d5 100644
--- a/arduino/ForceSensorLCD/ForceSensorLCD.ino
+++ b/arduino/ForceSensorLCD/ForceSensorLCD.ino
@@ -1,5 +1,3 @@
-
-
/*
#
# This file is part of ChronoJump
@@ -794,7 +792,6 @@ void calibrateLCD(void) {
if (redButtonState) {
weight += 5;
- Serial.println("Red pressed");
showCalibrateLoad(String(weight, DEC));
calibrateCommand = calibrateCommand + String(weight, DEC) + ";";
delay(200);
@@ -844,7 +841,7 @@ void showCalibrateLoad(String weight) {
lcd.print("Set load");
lcd.setCursor(15, 0);
lcd.print(">");
- lcd.setCursor(0,1);
+ lcd.setCursor(3,1);
lcd.print("Current:" );
lcd.print(weight);
lcd.setCursor(14, 1);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]