Giter Site home page Giter Site logo

Comments (14)

JohnCanty avatar JohnCanty commented on August 17, 2024

Additional bits of information. V4.3.1 works. Maybe this helps.

from morserino-32.

oe1wkl avatar oe1wkl commented on August 17, 2024

from morserino-32.

oe1wkl avatar oe1wkl commented on August 17, 2024

from morserino-32.

JohnCanty avatar JohnCanty commented on August 17, 2024

My MD5 : 56411610aea2075dedd7ed0ad7c07745
Github MD5: 56411610aea2075dedd7ed0ad7c07745

At first glance these look the same. Didn't super inspect it until now. But yeah the same.

from morserino-32.

JohnCanty avatar JohnCanty commented on August 17, 2024

Just did an update to the 4.5.1 that was released 3 weeks ago. Still the same result. What changed between 4.3.1 and 4.4?

from morserino-32.

JohnCanty avatar JohnCanty commented on August 17, 2024

Found this in the release notes. "You can set the brightness of the display, by double-clicking the RED button. There are 5 levels of brightness. Each double-click reduces the brightness a bit, when the lowest level has been reached a double click resets the display to full brightness again."

from morserino-32.

JohnCanty avatar JohnCanty commented on August 17, 2024

This was added, along with a morsemenu line: Switch case statement with 2 states -1, and 2

void MorseOutput::decreaseBrightness() {
switch (MorsePreferences::oledBrightness) {
case 255:
MorsePreferences::oledBrightness = 127;
break;
case 127:
MorsePreferences::oledBrightness = 63;
break;
case 63:
MorsePreferences::oledBrightness = 28;
break;
case 28:
MorsePreferences::oledBrightness = 9;
break;
default:
MorsePreferences::oledBrightness = 255;
break;
}
Heltec.display -> setBrightness(MorsePreferences::oledBrightness);
}

from morserino-32.

oe1wkl avatar oe1wkl commented on August 17, 2024

from morserino-32.

JohnCanty avatar JohnCanty commented on August 17, 2024

Yeah I can certainly send you back my Heltec module. I also want to find out what exactly is happening. because during the startup I am seeing a message flash across the screen quickly "LoRa initialized" I think is what it says. So I know the screen is working, and even that this variant of firmware can write to it. So, my plan was to dig through the firmware between 4.3 and 4.4 and sort out the offending line or lines of code. :)

from morserino-32.

oe1wkl avatar oe1wkl commented on August 17, 2024

from morserino-32.

JohnCanty avatar JohnCanty commented on August 17, 2024

Awesome, thank you. After looking through the code, a lot changed between 4.3.1 and 4.4. I do have a Heltec V3 here, I tried to compile the .ino for that and the way the libraries are called have changed a bit. Is there a plan for upgrading to the Heltec V3? If so I can help beta test.

from morserino-32.

oe1wkl avatar oe1wkl commented on August 17, 2024

from morserino-32.

JohnCanty avatar JohnCanty commented on August 17, 2024

Hey Will,

I sent the old helltec board back to you via slow and inexpensive mail. I don't know if you have got it yet. On the board I had the previous v4.3 on it that worked. You should find updating it to 4.4 causes the display to not show anything. Also, I Installed the new board and things are working well. Thank You!!

from morserino-32.

oe1wkl avatar oe1wkl commented on August 17, 2024

from morserino-32.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.