From 3d0c4c383cf7845f7b7fd3aab50f4fd9e8708bd2 Mon Sep 17 00:00:00 2001 From: olikraus Date: Sun, 17 May 2026 14:42:24 +0200 Subject: [PATCH] issue #2607 --- csrc/u8x8_d_st7586s_pe24064.c | 1 + tools/codebuild/codebuild.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/csrc/u8x8_d_st7586s_pe24064.c b/csrc/u8x8_d_st7586s_pe24064.c index 2b965c00..fae44984 100644 --- a/csrc/u8x8_d_st7586s_pe24064.c +++ b/csrc/u8x8_d_st7586s_pe24064.c @@ -1,4 +1,5 @@ /* + u8x8_d_st7586s_pe24064.c Display: 240x64 pixel, diff --git a/tools/codebuild/codebuild.c b/tools/codebuild/codebuild.c index c1411105..f2c65e0f 100644 --- a/tools/codebuild/codebuild.c +++ b/tools/codebuild/codebuild.c @@ -1838,7 +1838,7 @@ struct controller controller_list[] = "st7586s", 30, 8, "u8g2_ll_hvline_horizontal_right_lsb", "u8x8_cad_011", "", COM_4WSPI|COM_3WSPI|COM_6800|COM_8080, "", /* is_generate_u8g2_class= */ 1, { - { "pe24064" }, + { "pe24064" }, { NULL } }, },