Skip to content

OLED and GPS incompatible #96

@oscgonfer

Description

@oscgonfer

OLED and GPS are not compatible at the moment, because of the speed required on the I2C bus for the screen.

The only option for now to solve this is to comment:

u8g2_oled.setBusClock(1000000); // 1000000 -> 68 ms for a full buffer redraw

This makes the refresh rate slower for the screen, but potentially enough. As a next step, changing the bus speed dynamically would potentially be a solution.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions