14 segment display in flowcode
Posted: Fri Apr 15, 2011 8:17 pm
Hello,
I'm powering a dual alphanumeric display 08FY5013B. I've been working with a program to produce different outputs through RB0 - RB7 and RC0 - RC7 of a PIC16F72. My problem lies in the fact that I can't manipulate the output codes to get the required characters on the display. I'm using the variables First_D_1 and First_D_2 to get the segments on the display to light up. But I'm not able to get a coherent system of decimal numbers that produce the desired output. I'm not sure if the output is in hex or binary or octal. For example, if First_D_1 = 178 and First_D_2 = 66 I get a "W" on the display. But I don't know how these numbers translate into the segments of the display. I've checked the spec sheet for this alphanumeric display and quite a few other spec sheets as well. I'm not sure where I'm going wrong but I'm not understanding which numbering system flowcode is using to drive the output and how to figure out which pins are being controlled by these display variables. Any suggestions?
Raj H.
I'm powering a dual alphanumeric display 08FY5013B. I've been working with a program to produce different outputs through RB0 - RB7 and RC0 - RC7 of a PIC16F72. My problem lies in the fact that I can't manipulate the output codes to get the required characters on the display. I'm using the variables First_D_1 and First_D_2 to get the segments on the display to light up. But I'm not able to get a coherent system of decimal numbers that produce the desired output. I'm not sure if the output is in hex or binary or octal. For example, if First_D_1 = 178 and First_D_2 = 66 I get a "W" on the display. But I don't know how these numbers translate into the segments of the display. I've checked the spec sheet for this alphanumeric display and quite a few other spec sheets as well. I'm not sure where I'm going wrong but I'm not understanding which numbering system flowcode is using to drive the output and how to figure out which pins are being controlled by these display variables. Any suggestions?
Raj H.