arduino - Reason for Using potentiometer to connect LCD -


why should connect potentiometer pin 3 of (16*2) lcd instead of directly connecting 1 of pins in arduino , use analog write write optimum value?

the potentiometer used change contrast. can try remember analogwrite() uses pwm write analog value. replacing continuous voltage value discrete value, frequency slow , lcd may flick.


Comments

Popular posts from this blog

How to understand 2 main() functions after using uftrace to profile the C++ program? -

c# - Update a combobox from a presenter (MVP) -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -