'uint8_t' instead 'Int'

This is because, as AWOL said, the int type "will require more program memory to hold the extra instructions to fetch and manipulate it" than uint8_t.