SpacehuhnTech / esp8266_deauther

Affordable WiFi hacking platform for testing and learning
http://deauther.com
Other
13.32k stars 2.57k forks source link

Not working display #1544

Closed D1st3f closed 2 years ago

D1st3f commented 2 years ago

Hi, i have esp8266 and sdi oled display. I conected like wiki, but nothing work. i tried flash by Arduino IDE and by bin file. If i flash Nodems version all works, but if i flash SPI version anythink dont work, no wifi to connect and no image.

photo_2022-04-28_18-52-46 photo_2022-04-28_18-52-43 photo_2022-04-28_18-52-38

I tried display demo and display work fine. Pls help : / Thxs

welcome[bot] commented 2 years ago

Congrats on opening your first issue on this repository! 🎉
This is a automated message to help you avoid common pitfalls when asking for help online.
👉 Be sure to:
đŸ‡Ŧ🇧 Communicate in English so everybody can understand you
📖 Have a look at the Wiki and README for information
🔍 Search for similar issues (open and closed)
✍ī¸ Provide enough information to understand, recreate and help out with your problem
ℹī¸ Let us know if you find a solution and please share it with us
📕 Close the issue when your problem has been solved

D1st3f commented 2 years ago

I fixed that sht : ) In wiki you have issue, ssd1306_Spi you have double usage of same pin, same issue you have in bin file. Pls fix that. I remove double define pin and all works nice : )

elif defined(DISPLAY_EXAMPLE_SPI)

define SSD1306_SPI

_#define SPIRES 5

define SPI_DC 4

define SPI_CS 15

define FLIP_DIPLAY true

// ===== BUTTONS ===== //

define BUTTON_UP 0

_#define BUTTONDOWN 12

define BUTTON_A 2

// ===== LED ===== //

define LED_NEOPIXEL_GRB

// #define LED_NEOPIXEL_RGB

define LED_NUM 1

define LED_NEOPIXEL_PIN 9

define LED_MODE_BRIGHTNESS 10

elif defined(MALTRONICS)

// ===== Reset ====== // _#define RESETBUTTON 5

// ===== LED ===== //

define LED_DOTSTAR

define LED_NUM 1

_#define LED_DOTSTAR_CLK 12_

define LED_DOTSTAR_DATA 13

define LED_MODE_BRIGHTNESS 255

logicbreaks commented 1 year ago

What do i have to change?