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

Connection between BTT_MINI_12864_V1 and BTT SKR MINI E3 V3.0 #23929

Closed

Conversation

belov-oleg
Copy link
Contributor

…stom cable.

SDCard on display board is not supported.

Description

Pin definitions for connection between BTT_MINI_12864_V1 display and BTT SKR MINI E3 V3.0 mother board. SDCard and beeper located on display board are not supported.

Requirements

Custom cable. The schematics is in the file.

Configurations

In configuration.h use:

#define BTT_MINI_12864_V1

#define NEOPIXEL_LED
#if ENABLED(NEOPIXEL_LED)
#define NEOPIXEL_TYPE NEO_GRB
// #define NEOPIXEL_PIN LED_PIN // LED driving pin
// #define NEOPIXEL2_TYPE NEOPIXEL_TYPE
// #define NEOPIXEL2_PIN 5
#define NEOPIXEL_PIXELS 3 // Number of LEDs in the strip. (Longest strip when NEOPIXEL2_SEPARATE is disabled.)
#define NEOPIXEL_IS_SEQUENTIAL // Sequential display for temperature change - LED by LED. Disable to change all LEDs at once.
#define NEOPIXEL_BRIGHTNESS 255 // Initial brightness (0-255)

Related Issues

No related issues.

@@ -256,6 +256,47 @@

#endif

#elif EITHER(BTT_MINI_12864_V1, FYSETC_MINI_12864_2_1)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This can be simplified to just FYSETC_MINI_12864_2_1 since that is defined when BTT_MINI_12864_V1 is defined.

@thisiskeithb
Copy link
Member

An error should be thrown when using this board/display combination since you need a custom cable. See pins_BTT_SKR_MINI_E3_common.h for examples.

@thisiskeithb
Copy link
Member

Moved to #23936

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants