[Lib] Testato_ST7032i_LCD_I2C

Ho utilizzato la libreria v.2.0 e la nuova libreria Software I2C per pilotare un LCD MIDAS MCCOG21605C6W-SPTLYI utilizzando diversi pin oltre a quelli standard previsti per la I2C.
Il tutto funziona perfettamente anche con diverse velocità come indicato negli esempi e nei files README contenuti nelle librerie:

  • LCD pilotato da Arduino UNOR3 da pin A4 e A5 con libreria Testato_ST7032i_LCD_I2C + Testato_SoftI2CMaster
  • LCD pilotato da Arduino UNOR3 da pin D6 e D7 con libreria Testato_ST7032i_LCD_I2C + Testato_SoftI2CMaster
  • LCD pilotato da Arduino MICRO da pin D2 e D3 con libreria Testato_ST7032i_LCD_I2C + Testato_SoftI2CMaster
  • LCD pilotato da Arduino MICRO da pin D6 e D7 con libreria Testato_ST7032i_LCD_I2C + Testato_SoftI2CMaster
    Grazie a Testato per tutte le modifiche che hanno reso possibile l'impiego di diversi pin per collegare l'LCD

I used the v.2.0 library and the new library "Software I2C" to drive an LCD MIDAS MCCOG21605C6W-SPTLYI using alternative pins instead of those provided for the standard I2C. Everything works perfectly even with different speeds, as shown in the examples and in README files content in the library folders:

  • LCD controlled by Arduino UNOR3 pin A4 and A5 with library Testato_ST7032i_LCD_I2C + Testato_SoftI2CMaster
  • LCD controlled by Arduino UNOR3 pin D6 and D7 with library Testato_ST7032i_LCD_I2C + Testato_SoftI2CMaster
  • LCD controlled by Arduino MICRO pin D2 and D3 with library Testato_ST7032i_LCD_I2C + Testato_SoftI2CMaster
  • LCD controlled by Arduino MICRO pin D6 and D7 with library Testato_ST7032i_LCD_I2C + Testato_SoftI2CMaster
    Thanks to "Testato" for all the changes that have made possible the use of alternative pins to connect the LCD