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

Document display refresh rate #58

Open
microbit-carlos opened this issue Oct 11, 2018 · 3 comments
Open

Document display refresh rate #58

microbit-carlos opened this issue Oct 11, 2018 · 3 comments

Comments

@microbit-carlos
Copy link

microbit-carlos commented Oct 11, 2018

We had this question a few times already, it's hard from the current docs to figure out how often the display is updated.

@microbit-sam
Copy link
Contributor

The display is updated by the MicroBitDisplay systemTick function

I think that means that it updates every 6ms / 166.6 Hz, sound about right?

#define SYSTEM_TICK_PERIOD_MS                   6

@jamesadevine
Copy link
Contributor

No. Each each row is strobed every 6 ms, which means that the display is strobed every 18 ms (55 Hz).

@microbit-sam
Copy link
Contributor

Ah ok, thanks James!

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

No branches or pull requests

3 participants