Home
last modified time | relevance | path

Searched refs:init_lcd (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/lite/micro/examples/image_recognition_experimental/stm32f746_discovery/
Ddisplay_util.h21 void init_lcd();
Ddisplay_util.cc35 void init_lcd() { lcd.Clear(LCD_COLOR_WHITE); } in init_lcd() function
/external/tensorflow/tensorflow/lite/micro/examples/image_recognition_experimental/
Dmain.cc39 init_lcd(); in main()