2024-01-13 16:01:55 +01:00
2023-11-26 22:57:19 +01:00
2023-10-31 22:19:28 +01:00
2024-01-08 09:25:22 +01:00

Processor

ELM327

FSC-BT836B

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%