Fix legacy string
This commit is contained in:
parent
cf01cb2e7c
commit
b1b264b6a1
@ -98,7 +98,7 @@ void benchmark(void) {
|
|||||||
height = gdispGetHeight();
|
height = gdispGetHeight();
|
||||||
font = gdispOpenFont("UI2 Double");
|
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");
|
font = gdispOpenFont("UI2");
|
||||||
gdispDrawStringBox(0, height/2, width, 30, "5000 random rectangles", font, GFX_WHITE, gJustifyCenter);
|
gdispDrawStringBox(0, height/2, width, 30, "5000 random rectangles", font, GFX_WHITE, gJustifyCenter);
|
||||||
|
Loading…
Reference in New Issue
Block a user