mirror of
https://github.com/SpacehuhnTech/esp8266_deauther.git
synced 2026-04-26 00:05:55 +03:00
[GH-ISSUE #1779] NodeMCU OLed display issue #1023
Labels
No labels
best of
bug
development
discussion
documentation
duplicate
feature request
help wanted
help wanted
improvement
pinned
pull-request
question
stale
translation
v3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/esp8266_deauther#1023
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @VeriBotOfficial on GitHub (Aug 6, 2025).
Original GitHub issue: https://github.com/SpacehuhnTech/esp8266_deauther/issues/1779
Yes
I am using ESP8266 nodemcu V3 with built-in oled display. when i try to use the oled with Wire.begin(4, 5); it works great. but when i try to use these scl and sda pins in A_config.h, it doesnt show anything in the display.
i tried some other default scl, sda pins too. nothing worked
@VeriBotOfficial commented on GitHub (Aug 6, 2025):
i found a post that says "go to settings and enable display in web interface". i will try that and let you know
@VeriBotOfficial commented on GitHub (Aug 6, 2025):
no, it didnt work. it was already enabled
@VeriBotOfficial commented on GitHub (Aug 6, 2025):
ok, im stupid... i switched scl and sda. and it worked great
@deepalarm commented on GitHub (Dec 21, 2025):
tried the same board nodemcu v3 with integrated OLED SSD1306
i do all it in source code for my type such as SSD1306 and sda / scl pins out but somehing wrong
web working good...display not working... see a config.h pls