Comments on: Arduino – Display the LED Brightness on a LCD 16×2 https://randomnerdtutorials.com/arduino-display-the-led-brightness-on-a-lcd-16x2/ Learn ESP8266, ESP32, Arduino, and Raspberry Pi Tue, 30 Sep 2025 14:10:27 +0000 hourly 1 https://wordpress.org/?v=6.8.5 By: TheerapongSan https://randomnerdtutorials.com/arduino-display-the-led-brightness-on-a-lcd-16x2/#comment-1103714 Tue, 30 Sep 2025 14:10:27 +0000 http://randomnerdtutorials.com/?p=2973#comment-1103714 In reply to Patrick.

what is about LiquidCrystal , lcd ?

I mean, class or object or the other thing.

]]>
By: Patrick https://randomnerdtutorials.com/arduino-display-the-led-brightness-on-a-lcd-16x2/#comment-1103347 Mon, 29 Sep 2025 13:40:13 +0000 http://randomnerdtutorials.com/?p=2973#comment-1103347 In reply to TheerapongSan.

its a code that identifies which pin of the LCD that is used: 12 and 11 stands for the RS(Register selection) and R/W(Read/write) pins of the lcd while 5,4,3,2 represents the D4 – D7 pins of the lcd as we are using 4bits instead of the usual 8bits which consist of the D0-D7

]]>
By: nurdin.encep https://randomnerdtutorials.com/arduino-display-the-led-brightness-on-a-lcd-16x2/#comment-1005144 Tue, 04 Feb 2025 02:18:18 +0000 http://randomnerdtutorials.com/?p=2973#comment-1005144 Hi, I have a question, for example, how to write a float value of -1.2345 with a button to display it on a 16×2 LCD by moving the cursor to the right or left to change the digit value. Hopefully you can help. Thank you.

]]>
By: TheerapongSan https://randomnerdtutorials.com/arduino-display-the-led-brightness-on-a-lcd-16x2/#comment-945517 Mon, 05 Aug 2024 15:19:47 +0000 http://randomnerdtutorials.com/?p=2973#comment-945517 can you explain the code.

LiquidCrystal lcd(12, 11, 5, 4, 3, 2);

what is LiquidCrystal , lcd and the number ?
Class / object / function / module…. ………. ?

]]>
By: Tony Harringto https://randomnerdtutorials.com/arduino-display-the-led-brightness-on-a-lcd-16x2/#comment-538659 Fri, 08 Jan 2021 20:28:02 +0000 http://randomnerdtutorials.com/?p=2973#comment-538659 Hello Rui,
Your guides are really helpful to me, a neophite in electronics and I hope to see more of your guides.

]]>
By: Rui Santos https://randomnerdtutorials.com/arduino-display-the-led-brightness-on-a-lcd-16x2/#comment-279047 Sat, 12 Mar 2016 00:58:03 +0000 http://randomnerdtutorials.com/?p=2973#comment-279047 In reply to Arpana Modi.

You’re welcome!

]]>
By: Arpana Modi https://randomnerdtutorials.com/arduino-display-the-led-brightness-on-a-lcd-16x2/#comment-278913 Tue, 08 Mar 2016 10:40:26 +0000 http://randomnerdtutorials.com/?p=2973#comment-278913 Really very creative thing I really likes it .. It will surely help me in my upcoming projects thanks for sharing it

]]>
By: Alberto https://randomnerdtutorials.com/arduino-display-the-led-brightness-on-a-lcd-16x2/#comment-244871 Tue, 17 Feb 2015 15:33:47 +0000 http://randomnerdtutorials.com/?p=2973#comment-244871 Hola Rui:
Como se modificaría el sketch de modo que la visualiza la barra de progreso y su respectivo porcentaje de avanze ( 0 % ………100%).
Saludos…

]]>
By: Alberto https://randomnerdtutorials.com/arduino-display-the-led-brightness-on-a-lcd-16x2/#comment-244870 Tue, 17 Feb 2015 15:31:07 +0000 http://randomnerdtutorials.com/?p=2973#comment-244870 Hola Rui:
En mi caso el código no corre, hay comandos en español, se debe cambiar al ingles.
Por ejemplo … lcd . comenzará (16 , 2 )… ; debe decir LCD.begin(16,2) .
He visto que muchos escriben en español y les funciona, porque? en el programa Arduino 1.0.5-r2, que utilizo, los sketch me acepta codificación de comandos en ingles.

]]>
By: Rui Santos https://randomnerdtutorials.com/arduino-display-the-led-brightness-on-a-lcd-16x2/#comment-243740 Mon, 09 Feb 2015 12:13:47 +0000 http://randomnerdtutorials.com/?p=2973#comment-243740 In reply to Sachin Jaiswal.

Thank you !

]]>