From 74c9a122df612c7d6f547fb00c47b728a64e6a7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20BOU=C3=89?= Date: Mon, 14 Oct 2024 12:05:19 +0200 Subject: [PATCH] Update variant.h --- variants/m5stack_core2/variant.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variants/m5stack_core2/variant.h b/variants/m5stack_core2/variant.h index 6626c5b4f..bcca546df 100644 --- a/variants/m5stack_core2/variant.h +++ b/variants/m5stack_core2/variant.h @@ -32,6 +32,6 @@ // LCD screens are slow, so slowdown the wipe so it looks better #define SCREEN_TRANSITION_FRAMERATE 30 // fps -// Picomputer gets a white on black display +// M5Stack Core2 gets a white on black display #define TFT_MESH COLOR565(0xA0, 0xFF, 0x00) //(0x94, 0xEA, 0x67) #define ILI9341_SPI_HOST VSPI_HOST // VSPI_HOST or HSPI_HOST