On the line // 1, the program will enter an infinite loop because the value of the variable c will never reach 256 (it will cycle through the values from 0 to 255). That's why nothing will be displayed on the screen.
uint8_t is declared in stdint.h . http://en.wikipedia.org/wiki/Stdint.h
Login in to like
Login in to comment