I'm beginner. I have used LCD12864, light sensor, 4x4 matrix keypad and arduino Uno for my project. My question is, how to display the value on LCD once value been inserted by using keypad. My project based on measurement system. I have to use many formula in my project. Ex: for room index, R.I = (L x W)/ (Hm (L+W)) . L,W and Hm should be enter manually by user using keypad. As I don't know how to enter multiple values of L, W and Hm, thus I just assume the value is fix.
As you see, I have tried this for 2 days and I'm stuck. The output only work for sensor result but not R.I value and others values. How to insert the values in multiple numbers? Please anyone, any advise, any comment are very meaningful to me!!