realA10001986 / Time-Circuits-Display

Firmware for CircuitSetup's Time Circuits Display kit, known from the Delorean Time Machine
https://circuitsetup.us/product/complete-time-circuits-display-kit/
Other
13 stars 2 forks source link

BTTF III mode #8

Closed dream7prod closed 1 year ago

dream7prod commented 1 year ago

Hello,

As seen in part III (in the train scene when Marty enters OCT 27 1985) after entering the date on the keypad, every single digits are displayed one after another from left to right as opposed to part I [DAY YEAR HOUR MIN] (altogether) then [MONTH]. And the AM/PM indicators are reversed (PM on the top). Also, the keypad sounds are slightly different, I don't know if they are available anywhere ?

It would be very cool to have this option ! :)

Thank you for the great work

https://github.com/realA10001986/Time-Circuits-Display/assets/48924192/c84e1384-9ed5-4c45-9665-0c8dc8aa000d

realA10001986 commented 1 year ago

The problem is that the firmware is already filling almost the entire available space of the ESP32, I am currently working on BTTF-network (for communication with upcoming flux capacitor and sid) and need every byte.

I'll put this on my list of ideas for later.

realA10001986 commented 1 year ago

Used my lunchtime break today to add compile time (!) options for

As those are compile time options, you need to compile for yourself after editing tc_global.h and un-commenting lines 127 and 130 (as of today).

I don't have BTTF3-like sounds.

dream7prod commented 1 year ago

Wow just installed it, that's awesome ! Thank you !!!