from machine import Pin
from time import sleep
display_pin= [2,3,11,12,13,1,0]
numeros= [[1,1,1,1,1,1,0], #0
[0,0,0,0,0,1,1], #1
[1,1,1,1,1,0,1], #2
[1,1,1,1,0,0,1], #3
[0,1,1,0,0,1,1], #4
[1,0,1,1,0,1,1], #5
[1,0,1,1,1,1,1], #6
[1,1,1,0,0,0,0], #7
[1,1,1,1,1,1,1], #8
[1,1,1,1,0,1,1]] #9