Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wemosoled display fix #78

Merged
merged 11 commits into from
Nov 20, 2020
Merged

Wemosoled display fix #78

merged 11 commits into from
Nov 20, 2020

Conversation

hpsaturn
Copy link
Member

@hpsaturn hpsaturn commented Nov 19, 2020

Features

  • status top bar with dynamic display
  • bottom status zone wity dynamic icons and status line
  • some fixes issues for TTGO-TQ, WemosOLED and D1Mini displays

Related Issues

In the last version of CanAirIO without wire soldering, we have a some display issues on big OLED.

Tests

  • TTGO D1Mini display
  • WemosOLED
  • TTGO-TQ test
  • ESP32 dev board with 128x64 display

@danielbernalb
Copy link
Contributor

danielbernalb commented Nov 20, 2020

Missed big PM number on TTGO-TQ: solved.
In TTGO_TQ the battery indicator works good in normal use.
In the past version when you charge the battery the battery icon was refreshed every second and you saw blinking the battery level like a cell phone icon, , now with 5 seconds this effect is missed.
New board ESP32devkit works with the new config of OLED but we have to create a new model board with the same pins of the miniesp32 with this directive:
U8G2_SSD1306_128X64_NONAME_F_HW_I2C u8g2(U8G2_R0, U8X8_PIN_NONE, U8X8_PIN_NONE, U8X8_PIN_NONE);

@hpsaturn
Copy link
Member Author

Ok, I'm going to write the new pio env for esp32dev kit and add this line. On TQ I don't understand, the only problem is the speed of refresh? but is important mor faster for the battery level? rightnow the gui loop refresh is 1sec.

@hpsaturn hpsaturn merged commit 421c28f into master Nov 20, 2020
@hpsaturn hpsaturn deleted the wemosoled_display_fix branch November 20, 2020 23:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants