Jump to content

El_Andry

Members
  • Posts

    4
  • Joined

  • Last visited

  1. You mean this ???? : example of ginput_lld_toggle_board.h #ifndef _GDISP_LLD_TOGGLE_BOARD_H #define _GDISP_LLD_TOGGLE_BOARD_H static bool_t init_board(GToggle* t, unsigned instance) { } static GFXINLINE void aquire_bus(GToggle* m) { (void)m; } static GFXINLINE void release_bus(GToggle* m) { (void)m; } static void write_reg(GToggle* m, uint8_t reg, uint8_t val) { (void)m; } static uint8_t read_byte(GToggle* m, uint8_t reg) { (void)m; return 0; } static uint16_t read_word(GToggle* m, uint8_t reg) { (void)m; return 0; } #endif /* _GDISP_LLD_TOGGLE_BOARD_H */ this work ???
  2. how to connect toggle to I2C ??
  3. Yes. are possible and so
  4. How connect I2C expander (example: MCP23017 ) to GINPUT module with IRQ ??? thx:)
×
×
  • Create New...