{GUI_DrawBitmap(&bmdes_water_sub,0,0); }else{GUI_DrawBitmap(&bmwater_sub,0,0); } } 开发者ID:z80,项目名称:stm32f429,代码行数:22,代码来源:gardening_control_win.c 示例2: _OnPaint_fullscreen ▲点赞 7▼ /** * @brief Paints Full Screen button * @param hObj: button handle * ...
这个函数需要提供一个GUI_BITMAP的结构体,而这个结构体可以通过ucgui提供的一个bmp工具来生成,工具放在tool文件夹下,工具名为uC-GUI-BitmapConvert.exe 之后就会生成一个c文件 这个文件中包含了位图的数据和一个位图结构体,将这个结构体在需要调用的c文件中进行外部声明之后就可以直接使用了 另 生...
Hello, I am Using SPI Flash to Store my Bitmap and I have the Driver for Same Working Well, I have created a bitmap C Stream Using Bitmap Converter, which when included as a constant arry and using the Function GUI_DrawStreamed Bitmap(), the bitmap is
I generated a screenshot bitmap file using GUI_BMP_SerializeEx(), I can open it on my PC, and then I need to draw this bitmap file on the screen again using GUI_BMP_DrawEx() or any others, and unfortunately when I use GUI_BMP_DrawEx(), it return 1 which mean error, - I ca...