From 6f39a4dc3de28d7305e418601e6f5782afa58754 Mon Sep 17 00:00:00 2001 From: Goran Mahovlic Date: Tue, 16 Aug 2022 21:15:02 +0200 Subject: [PATCH] Changing default colors to RGB565 --- .cproject | 4 +- .mxproject | 86 +- Core/Inc/eth.h | 52 - Core/Inc/i2c.h | 6 - Core/Inc/main.h | 4 + Core/Inc/stm32f7xx_hal_conf.h | 2 +- Core/Inc/stm32f7xx_it.h | 2 + Core/Inc/tim.h | 3 + Core/Src/gpio.c | 54 +- Core/Src/i2c.c | 210 +- Core/Src/ltdc.c | 2 +- Core/Src/main.c | 5 +- Core/Src/stm32f7xx_it.c | 30 + Core/Src/tim.c | 87 + .../STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_eth.d | 90 + .../STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_eth.o | Bin 0 -> 1413924 bytes .../STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_eth.su | 31 + Debug/Drivers/STM32F7xx_HAL_Driver/Src/subdir.mk | 5 +- Debug/objects.list | 1 - Debug/stm32f746g-disco.hex | 83938 ++++++++++--------- .../STM32746G-Discovery/stm32746g_discovery_lcd.c | 4 +- .../STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_eth.h | 2217 - .../STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_eth.c | 2291 - Src/eez-flow-template-stm32f746g-disco.eez-project | 118 +- Src/gui/document.cpp | 15842 ++-- Src/gui/document.h | 4 +- Src/lcd.cpp | 2 - stm32f746g-disco.ioc | 76 +- 28 files changed, 50514 insertions(+), 54652 deletions(-) delete mode 100644 Core/Inc/eth.h create mode 100644 Debug/Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_eth.d create mode 100644 Debug/Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_eth.o create mode 100644 Debug/Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_eth.su delete mode 100755 Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_eth.h delete mode 100755 Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_eth.c diff --git a/.cproject b/.cproject index 02102b1..5d81707 100644 --- a/.cproject +++ b/.cproject @@ -23,7 +23,7 @@