richonguzman / LoRa_APRS_Tracker

LoRa APRS Tracker with Tx and Rx capabilities, Messages, Wx, Winlink and more...
MIT License
168 stars 45 forks source link

SH1106 issue #89

Closed 1tilen closed 2 months ago

1tilen commented 2 months ago

I have tried using SH1106 Display on My T Beam with SX1268. T Beam gets into boot loop and sadly does not work.

When trying to choose ssd1306 in code I can see on the display that the software is not stuck in boot loop. Only thing that be seen clearly is "charging" status at the bottom of the display. Higher than this bottom line nothing can be read.

After changing display with SSD1306 and of course choosing SSD1306 in code everything works as expected.

I noticed the same boot loop issue on the TBeam Supreme.

I'm guessing there is something in code but while looking through it I couldn't find the issue. Hopefully you will be able to find something.

73 de S54B

richonguzman commented 2 months ago

hi,

this happens because the SH1106 library does not like BT library and gets into crash boot loop

to use SH1106 oled screen please change bluetoothActive to false

1tilen commented 2 months ago

I will try it out. Thanks for the quick answer.