Konu biraz hortladı bende microc ile pic programlamaya yeni başladım.
const char display[10]={ 0x3f, 0x06, 0x5b, 0x4f, 0x66, 0x6d, 0x7d, 0x07, 0x7f, 0x6f, };
unsigned short i=0;
void main()
{
adcon1=7;
trisb.b0=1; //buton yukarı
trisb.b1=1;
portb.b0=0; //buton aşağıya...