Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add unnecessary pins defenitions and comments for stock Voxelab Aquila board #132

Open
wants to merge 3 commits into
base: 2024-April
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 34 additions & 2 deletions Marlin/src/pins/gd32f1/pins_VOXELAB_AQUILA.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,43 @@
* Uses CREALITY V4 (STM32F103RE / STM32F103RC) board pin assignments
*/

#define BOARD_INFO_NAME "Aquila v1.0.1"
#ifndef BOARD_INFO_NAME
#define BOARD_INFO_NAME "Aquila v1.0.1"
#endif
#ifndef DEFAULT_MACHINE_NAME
#define DEFAULT_MACHINE_NAME "Aquila"
#endif

#define NO_MAPLE_WARNING // Disable warning when compiling with Maple env
#define NO_MAPLE_WARNING // Disable warning when compiling with Maple env

//
// Power Loss Detection
//
//#ifndef POWER_LOSS_PIN
// #define POWER_LOSS_PIN PA15 // PWRDET
//#endif

//#define LED PA3

/**
* RET6 12864 LCD (Board) DWIN LCD Display
* ------ ------
* PC6 | 1 2 | PB2 NC | 1 2 | NC
* PB10 | 3 4 | PB11 B | 3 4 | A
* PB14 5 6 | PB13 EN 5 6 | BEEP
* PB12 | 7 8 | PB15 RX | 7 8 | TX
* GND | 9 10 | +5V GND | 9 10 | VCC (+5V)
* ------ ------
*
*
* BL-Touch Debug port
* ----- -----
* | 1 | PB1 | 1 | VCC
* 2 | GND | 2 | PA13
* | 3 | PB0 | 3 | PA14
* 4 | +5V | 4 | GND
* | 5 | GND -----
* -----
*/

#include "../stm32f1/pins_CREALITY_V4.h"