set_background_color(background_color)
      Sets the background (the data that clears the framebuffer) to a color
Parameters:
      background_color [value: Color or int (RGB565), type: Color|int]
Return Value: None

file: src/draw/engine_draw_module.c

landing