Programik jest bardzo prosty i myśle że nie wymaga komentarzy. Konfiguracja sprzętowa:a = P1.0;b = P1.1;c = P1.2;d = P 1.3;e = P1.4;f = P1.5;g = P1.6;klawisz Up - P3.0klawisz Down - P3.1 I sam programik:Dim Cyfra(9) As ByteDim R As ByteCyfra(0) = 63Cyfra(1) = 6Cyfra(2) = 219Cyfra(3) = 207Cyfra(4) = 230Cyfra(5) = 237Cyfra(6) = 125Cyfra(7) = 7Cyfra(8) = 255Cyfra(9) = 111Up Alias P3.0Down Alias P3.1R = 0Do P1 = Cyfra(r) If Up = 0 Then While Up = 0 Wend Waitms 100 Incr R If R > 9 Then R = 0 End If End If If Down = 0 Then While Down = 0 Wend Waitms 100 Decr R If R = 255 Then R = 9 End If End IfLoopEnd Tutaj znajduje się skompilowane program dla At89C2051.