MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / lcd_set_direction

Function lcd_set_direction

bsp/k210/drivers/drv_lcd.c:577–580  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

575INIT_DEVICE_EXPORT(rt_hw_lcd_init);
576
577void lcd_set_direction(lcd_dir_t dir)
578{
579 drv_lcd_set_direction(&_lcddev, dir);
580}
581
582#endif

Callers

nothing calls this directly

Calls 1

drv_lcd_set_directionFunction · 0.85

Tested by

no test coverage detected