#ifndef __OTM_LCD_IMPL_H #define __OTM_LCD_IMPL_H #include "otm8009a_lcd.h" otm_ret_t _otm_impl_write_reg(void *handle, otm_data_t *reg, uint8_t len); otm_ret_t _otm_impl_write_data(void *handle, otm_data_t *data, uint32_t len); otm_ret_t _otm_impl_delay(void *handle, uint32_t usec); #endif