2025-05-04 22:16:14 +02:00
2024-11-12 00:14:45 +01:00
2024-01-20 15:46:56 +01:00
2024-07-14 21:44:26 +02:00
2024-01-18 21:50:28 +01:00

Processor

ELM327

FSC-BT836B

HC-05

3.5 inch TFT display

Design

INIT display

init design red = animation, yellow is order of appearance. CPU RAM and DISPLAY values appear after each other

  • states for init display -> states for displaying each part separately, after everything is on screen, state for updating everything separate state machine? STATES:
  • drop down title
  • display each letter of initializing...
  • display counter values and device info
  • display bluetooth state
  • update everything

transition to main display

  • Wipe away contents on screen (black rectangle that spans the entire screen and increases in width)
  • display "Welcome Sem"
    • Add new state for this
  • show main display
Description
Mirror of OBD2 display repo on GitHub
Readme 802 KiB
Languages
C 64.8%
C++ 35.2%