bigtreetech / MINI-12864

BGTHREETECH MINI 12864 V1.0
54 stars 5 forks source link

where can i find the schematics to BTT mini 12684 #13

Open Zaffes opened 1 year ago

Zaffes commented 1 year ago

where can i find the schematics to BTT mini 12684 v1.0?

radek8 commented 1 year ago

https://github.com/bigtreetech/MINI-12864/blob/master/mini12864_v1.0/Hardware/BIGTREETECH%20MINI12864%20Interface.pdf

Only this

ForrestErickson commented 8 months ago

Schematic for Version 2.0 please?

In particular I want to understand the display interface connections.
Is it SPI or some other interface and what is it called?

When I used the following code on an Arduino Due the display initializes and I can write to it. In short it works but I do not understand how.

The working display is incompatible some how with the LAN shield I am using and I suspect they are fighting over the SPI resources.

//Name the pins from the Due
#define CS 48
#define DC 47
#define RESET 46
// OLED Display
U8G2_ST7567_JLX12864_F_4W_HW_SPI u8g2(U8G2_R2, /* cs=*/ CS, /* dc=*/ DC, /* reset=*/ RESET); //Rotation 180