Heltec-Aaron-Lee / WiFi_Kit_series

Arduino source codes and toolchain for WiFi_Kit_series made by HelTecAutomation.
GNU Lesser General Public License v2.1
767 stars 308 forks source link

Source Code for "Hello World" OLED demo #47

Open a1fred0 opened 6 years ago

a1fred0 commented 6 years ago

Would you be able to point me towards the source code for the "Hello World" application that is installed on WIFI_Kit_32 out of the box? The one with scan of Wifi that ends "Even scrolling is working"

jhoughjr commented 6 years ago

I agree. Working code would be nice to have. That preloaded code is the only time I've seen this display working. I'm avoiding this board in the future but for now I'm stuck with it.

thalaser commented 6 years ago

Hi,

I got the source code few month ago once I was looking to control under U8g8 libraries, I just can´t recall where. I will look for it and will post the link.

Regards, E.

El sáb., 30 jun. 2018 a las 13:54, Jimmy Hough Jr. (< notifications@github.com>) escribió:

I agree. Working code would be nice to have. That preloaded code is the only time I've seen this display working. I'm avoiding this board in the future but for now I'm stuck with it.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Heltec-Aaron-Lee/WiFi_Kit_series/issues/47#issuecomment-401559586, or mute the thread https://github.com/notifications/unsubscribe-auth/AhAgvCfaVxCcGA_Z96mvW_GXcHEnN8LSks5uB8l8gaJpZM4T-i0Q .

stickbreaker commented 6 years ago

@a1fred0 I have the display working just fine with a modified Adafruit_ssd1306. Here is my modified library ssd1306. It requires AdaFruit_GFX, and the current arduino-esp32 core.

Chuck.