From 0a3249522f5d2df8334ac592fcc362c70927f337 Mon Sep 17 00:00:00 2001 From: Federico Amedeo Izzo Date: Fri, 9 Oct 2020 09:00:50 +0200 Subject: [PATCH] renamed graphics_rgb.c to graphics_rgb565.c --- openrtx/src/graphics/{graphics_rgb.c => graphics_rgb565.c} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename openrtx/src/graphics/{graphics_rgb.c => graphics_rgb565.c} (100%) diff --git a/openrtx/src/graphics/graphics_rgb.c b/openrtx/src/graphics/graphics_rgb565.c similarity index 100% rename from openrtx/src/graphics/graphics_rgb.c rename to openrtx/src/graphics/graphics_rgb565.c