Browse Source

Fix legacy string

develop
Joel Bodenmann 2 years ago
parent
commit
b1b264b6a1
  1. 2
      demos/benchmarks/main.c

2
demos/benchmarks/main.c

@ -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);

Loading…
Cancel
Save