Skip to content
Discussion options

You must be logged in to vote

Current mode switch based on light switch is implemented here:

void app_set_lights(bool on)

The other signal from display is just above it: app_set_assist_level()

Build instructions are on wiki:
https://github.com/danielnilsson9/bbs-fw/wiki/Build-from-Source

No reference on the display protocol, it is revered engineered from communication between original firmware and display, implemented here: https://github.com/danielnilsson9/bbs-fw/blob/master/src/firmware/extcom.c

If you were to develop a custom display a different protocol might be preferred, this one is very limited.

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@danielnilsson9
Comment options

@chienMouille
Comment options

@chienMouille
Comment options

@danielnilsson9
Comment options

Answer selected by chienMouille
@chienMouille
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants