replace display::new with malloc

This commit is contained in:
idea4good
2020-01-23 16:12:18 +08:00
parent e16f90cccc
commit 991c27d5e3
3 changed files with 44 additions and 64 deletions

View File

@@ -1,7 +1 @@
#include "../core_include/display.h"
#ifdef GUILITE_ON
c_surface_no_fb c_surface_no_fb::mcu_surface(0, 240, 320, 16, 0);
#endif