1 |
ron |
1 |
# Creality Ender Support
|
|
|
2 |
|
|
|
3 |
This branch is a reverse-engineered version based on the unpublished firmware from Creality. It is **not** the authoritative source, but has been carefully re-built by looking at their firmware and inferring the base version and configuration they used. The basis is the firmware version from "Jul 31 2017 10:16:30". It is based on Marlin 1.0.1, because
|
|
|
4 |
|
|
|
5 |
* 1.0.0 had very different serial output in `setup()` and overall code structure.
|
|
|
6 |
* 1.0.2 changed the `VERSION_STRING` to include a leading space, and `lcd_init` uses `SET_INPUT` instead of `pinMode`.
|
|
|
7 |
|
|
|
8 |
Configurations were found by seeing what code was compiled into the firmware, and constants used there.
|
|
|
9 |
|
|
|
10 |
For U8Glib, at least version 1.14 and at most 1.17 is used, because
|
|
|
11 |
|
|
|
12 |
* 1.12 didn't have the extra speed argument to u8g_InitCom.
|
|
|
13 |
* 1.13 didn't have the soft reset instruction for UC1701 initialization.
|
|
|
14 |
* 1.18 has a new directory structure.
|
|
|
15 |
|
|
|
16 |
## Bitmaps
|
|
|
17 |
|
|
|
18 |
The bootscreen and custom status screens come from Creality's firmware.
|