[SOLVED] Can this 7 segment be made to work?

Status
Not open for further replies.
Turn ON the segments you want.

These are the array elements you have to use. These are for CC type display.


Code C - [expand]
1
2
3
4
5
6
7
{0x01, 0x02, 0x04, 0x00, 0x10, 0x20, 0x40},
 
{0x01, 0x02, 0x04, 0x08, 0x10, 0x20, 0x00},
 
{0x00, 0x00, 0x00, 0x00, 0x10, 0x20, 0x00},
 
{0x00, 0x02, 0x04, 0x00, 0x10, 0x20, 0x00}

 

Status
Not open for further replies.

Similar threads

Cookies are required to use this site. You must accept them to continue using the site. Learn more…