Traumflug
Traumflug
Now please try to rebase another branch on top of _arm-stm32f411-port_. Like ``` git checkout arc-support git rebase arm-stm32f411-port ``` To my experience, each single line of changed code causes...
So far I have no idea on what content to put there. In a few days I'll be done, then you can do what you like with code as simple...
Good. Looks like I'm done. Just moved branch _4bit_ to _experimental_, so this type of display is now official. Removed branches _4bit_, _lcd_ and _lcd2_ as all their contents is...
A firmware can't predict the future, so no, not possible. Adding [M70](http://reprap.org/wiki/G-code#M70:_Display_message) for displaying arbitrary messages would be trivial, allowing the host or G-code generator to insert related messages.
Thinking of it I vaguely remember there are firmwares doing such a prediction? An M-code early in the G-code saying "This print will take 4915 seconds" ? Then we could...
Got these Configtool regression tests working and moved stuff up to there onto _experimental_. Some of the commits left on _configtool-refactoring_ don't pass the regression test, others make me wondering...
Just removed the older "integrity" test after finding the new one to catch missing #defines just fine. This part works fine. Excellent!
> Part of my goal for the ConfigTool CLI was to build regression tests for little use cases, like this, maybe: ... Now I see it! This makes a lot...
Bringing in Arduino libraries will also bring in a lot of bloat and incompatibilities. Just think of support for various ARM chips. As far as I can see, pretty much...
I see. You want not only a display, but also a joystick. Analog stuff is handled in analog.c. Usually used for temperature sensors. This occupies the Analog-Digital-Converter (ADC, there is...