Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 283 Bytes

File metadata and controls

11 lines (9 loc) · 283 Bytes

LCD Simulator

This program is a simple SDL simulator of the MCU LCD module.

Changes

  • Replaced OpenCV with SDL2
  • Added buttons (binded to V, B, N, M)
  • Added Ticker class

Notes

  • Ticker class: Ticker.hpp
  • Adjust Makefile to your needs