Hi allI am doing the research and development for a home energy management system (EMS) for smart grid applications and my prototype is in the early stage of development.My prototype is tested working fine with Ethernet IPv4 (TCP/IP). However, the Io...
Posted on April 19, 2017 at 09:29 Hi all Recently, I created a Win32 application to convert a bitmap (.bmp) file into a header file (.h) in order to display it in mySTM32F746G-DISCO discovery board. Everything works fine but the bitmap (24 bit de...
Posted on April 21, 2017 at 09:31Yeah! Finally I have resolved the problem:The problem is that there are many formats for a .bmp file. The original bitmap is of 24 bit depth so the LCD driver handled it poor. I changed it to 16 bit, it displayed wel...
Posted on April 21, 2017 at 02:54Today I changed from LTDC_PIXEL_FORMAT_ARGB8888 to LTDC_PIXEL_FORMAT_RGB888 but it seems worse as shown:Here is the bitmap display function:/** * @brief Draws a bitmap picture loaded in the internal Flash in ARGB888 ...
Posted on April 20, 2017 at 08:16Yes, at first I usually rely to the written code. After experiencing something abnormal, I will try to resolve it.Yes, the .bmp to .h converter is byte to byte equivelent. I don't want to modify the bit map file beca...