|
|
@ -98,7 +98,7 @@ void benchmark(void) { |
|
|
|
height = gdispGetHeight(); |
|
|
|
font = gdispOpenFont("UI2 Double"); |
|
|
|
|
|
|
|
gdispDrawStringBox(0, 0, width, 30, "ChibiOS/GFX - Benchmark", font, GFX_WHITE, gJustifyCenter); |
|
|
|
gdispDrawStringBox(0, 0, width, 30, "uGFX - Benchmark", font, GFX_WHITE, gJustifyCenter); |
|
|
|
|
|
|
|
font = gdispOpenFont("UI2"); |
|
|
|
gdispDrawStringBox(0, height/2, width, 30, "5000 random rectangles", font, GFX_WHITE, gJustifyCenter); |
|
|
|