← All projects
Mini Game Console
shippedhardware

Mini Game Console

October 2022

Register-level C game console on a TM4C123G with a Nokia 5110 display — built in one month.

// highlights

  • 01.Created a fully functional mini game console from scratch using the Texas Instruments TM4C123G microcontroller and Nokia 5110 LCD.
  • 02.Implemented custom display drivers and screen libraries in C at the register level, minimizing all external library dependencies.
  • 03.Designed user input with a button and a potentiometer; completed the entire project within one month.

// stack

TM4C123GNokia 5110C
Mini Game Console | Oğuz Kağan Yağlıoğlu