The project is about playing a traditional snake game on a Atmega32 microcontroller displayed on a Graphical LCD. We used Atmega32 microcontroller for this project. The game is displayed on GLCD and ...
GENERATE_PWM_FROM_SAME_MCU 1 = Same micro-controller is used to generate PWM signal from Timer 0 or Timer 2 channels, as well as to measure and display this PWM signal using Timer 1 and Graphical LCD; ...
Showing an Image on Graphical LCD using 8051: To show an Image on Graphical LCD, first we need to convert that image into Assembly Code, so that 8051 Microcontroller can understand and read it. So we ...