Hi,
I want to write a number (i.e. 127) to a variable and then display that number in
the variable on an LK204-25 LCD. I tried writing the number to the variable
with a scanf function and then displaying it but it does not seem to work. Is there
a way to write a number to a variable without using ...
Search found 15 matches
- Sun Apr 23, 2006 5:24 pm
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: write number to a variable and display it
- Replies: 1
- Views: 3160
- Fri Apr 07, 2006 4:50 pm
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: displaying problems
- Replies: 3
- Views: 4272
- Fri Apr 07, 2006 11:46 am
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: displaying problems
- Replies: 3
- Views: 4272
displaying problems
Hi Raquel and Jon,
Thanks for the suggestions. I was able to make the program count but I can not
display the numbers as desired. The program counts well displaying the
numbers
1 on row1 column1 then , 2 on row1 column2 , 3 on row1 column3, ... etc. The program
displays up to 3-digit numbers ...
Thanks for the suggestions. I was able to make the program count but I can not
display the numbers as desired. The program counts well displaying the
numbers
1 on row1 column1 then , 2 on row1 column2 , 3 on row1 column3, ... etc. The program
displays up to 3-digit numbers ...
- Thu Apr 06, 2006 2:33 pm
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: header files
- Replies: 2
- Views: 4504
header files
Hi everyone,
I'm using the avr gcc compiler. I just found out this compiler does not
include
the cstdio.h header file. Any suggestions as to where to find it?
Thanks
I'm using the avr gcc compiler. I just found out this compiler does not
include
the cstdio.h header file. Any suggestions as to where to find it?
Thanks
- Wed Apr 05, 2006 7:48 pm
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: display large number
- Replies: 9
- Views: 10767
- Mon Apr 03, 2006 7:08 pm
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: display large number
- Replies: 9
- Views: 10767
- Mon Apr 03, 2006 4:19 pm
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: display large number
- Replies: 9
- Views: 10767
- Mon Apr 03, 2006 1:37 pm
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: display large number
- Replies: 9
- Views: 10767
display large number
Hi,
I'm using the Atmega32 uC to send characters to the LK204-25 LCD. I can
send individual characters (e.g. 'A' , 'B' , '1' '7', etc); I can also display a large number
such as '11500' by send one number at a time with a function call. (USART_TRANSMIT).
The problem arises when I want to send a ...
I'm using the Atmega32 uC to send characters to the LK204-25 LCD. I can
send individual characters (e.g. 'A' , 'B' , '1' '7', etc); I can also display a large number
such as '11500' by send one number at a time with a function call. (USART_TRANSMIT).
The problem arises when I want to send a ...
- Tue Mar 28, 2006 6:43 pm
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: TTL communications
- Replies: 5
- Views: 6866
- Tue Mar 28, 2006 4:53 pm
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: TTL communications
- Replies: 5
- Views: 6866
- Tue Mar 28, 2006 1:43 pm
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: TTL communications
- Replies: 5
- Views: 6866
TTL communications
Hi,
I have the LK204-25 LCD REV1.23. I have made the modifications shown on
this link
http://www.lcdforums.com/forums/viewtopic.php?p=15824&highlight=ttl#15824
to talk to my Atmega32 in TTL level and be able to set the LCD contrast and display letter 'A' on the LCD
The uC is running at 8 MHz ...
I have the LK204-25 LCD REV1.23. I have made the modifications shown on
this link
http://www.lcdforums.com/forums/viewtopic.php?p=15824&highlight=ttl#15824
to talk to my Atmega32 in TTL level and be able to set the LCD contrast and display letter 'A' on the LCD
The uC is running at 8 MHz ...
- Mon Mar 27, 2006 6:03 pm
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: LCD Problem
- Replies: 6
- Views: 7264
- Mon Mar 27, 2006 5:07 pm
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: LCD Problem
- Replies: 6
- Views: 7264
- Mon Mar 27, 2006 3:57 pm
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: LCD Problem
- Replies: 6
- Views: 7264
- Sun Mar 26, 2006 12:54 pm
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: LCD Problem
- Replies: 6
- Views: 7264
LCD Problem
Hi,
I have the LK204-25 LCD and I want to display a character (letter 'A') on it
but
I just get the screen full of black blocks. I am using the Atmega32 to send this
letter serially. I connected the UART TXD pin to the LCD input pin with a jumper
wire. I know it could be a contrast problem that ...
I have the LK204-25 LCD and I want to display a character (letter 'A') on it
but
I just get the screen full of black blocks. I am using the Atmega32 to send this
letter serially. I connected the UART TXD pin to the LCD input pin with a jumper
wire. I know it could be a contrast problem that ...