Posts by Ana Costa • 31 points
2 posts
-
0
votes1
answer894
viewsQ: Write to a 2x16 LCD display with the MCU 8051 IDE on-line c
I wanted to write a few words on a 2x16 LCD Display, I already have the code I’m going to expose here, but I don’t know why this gives me a mistake: HD44780 ERROR: Neither 'Set DDRAM ADDRESS' nor…
-
3
votes1
answer387
viewsQ: Create a c-language game with the MCU 8051 IDE
I’m trying to develop a game within the curricular unit of microprocessors, so the game consists of a dummy that has to dodge bombs, so I have to create the dummy, the bombs and get them moving. I…