mirror of
https://gitee.com/idea4good/GuiLite.git
synced 2025-12-17 09:35:50 +08:00
fix STM32 running error - printf is root cause
refactor c_surface_mcu
This commit is contained in:
@@ -614,3 +614,9 @@ void c_surface_mcu::set_pixel(int x, int y, unsigned int rgb)
|
||||
{//Not support
|
||||
ASSERT(FALSE);
|
||||
}
|
||||
|
||||
void c_surface_mcu::set_surface(void* wnd_root, Z_ORDER_LEVEL max_z_order)
|
||||
{
|
||||
m_usr = wnd_root;
|
||||
m_max_zorder = max_z_order;
|
||||
}
|
||||
Reference in New Issue
Block a user