lcd_lph8923.h 232 B

1234567891011121314
  1. #ifndef __LCD_LPH8923_H
  2. #define __LCD_LPH8923_H
  3. enum lcd_lph8923_test_num {
  4. LCD_LPH8923_TEST_RGB_LINES,
  5. };
  6. enum lcd_lph8923_test_result {
  7. LCD_LPH8923_TEST_SUCCESS,
  8. LCD_LPH8923_TEST_INVALID,
  9. LCD_LPH8923_TEST_FAILED,
  10. };
  11. #endif