gb.getTimePerFrame

Description

uint8_t gb.getTimePerFrame()

gb.getTimePerFrame returns how long each frame is displayed, in milliseconds.

So, for the default of 25FPS that would be 40 milliseconds (40*25=1000)

Parameters

none

Returns

uint8_t: milliseconds per frame

Example

N/A