Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
12/29/99 15:44
Read: times


 
#1105 - RE: LCD problem
hi means that you load your register
mov a,#7
and than you add a '0' (zero)
add a,'0'

because:
your display shows only ascii-chars, and the number 7 is the ascii char "bell". if you want the char '7', you have to send the number #55(dez)

-> watch a ascii-table

cu

chris


List of 7 messages in thread
TopicAuthorDate
LCD problem            01/01/70 00:00      
RE: LCD problem            01/01/70 00:00      
RE: LCD problem            01/01/70 00:00      
RE: LCD problem            01/01/70 00:00      
RE: LCD problem            01/01/70 00:00      
RE: LCD problem            01/01/70 00:00      
RE: LCD problem            01/01/70 00:00      

Back to Subject List