LCD I2C Library New depot for last update : https://github.com/YSI-LPS/lib_LCD_i2c_SPTLYI
Dependents: TD1_exo1 TD1_exe1_suite TP3_exo1 TP3_exo2 ... more
New depot for last update : https://github.com/YSI-LPS/lib_LCD_i2c_SPTLYI
Library for Character / Alphanumeric LCD Module 2 lines of 16 characters - 2 x 16
http://fr.farnell.com/midas/mccog21605b6w-sptlyi/lcd-cog-2x16-stn-vert-b-l-i2c/dp/2063208
Revision 12:65ab16b1561b, committed 2018-05-02
- Comitter:
- YSI
- Date:
- Wed May 02 14:50:11 2018 +0000
- Parent:
- 11:86ebe0fc54f9
- Child:
- 13:b0c643bbf1fa
- Commit message:
- Bug I2C & Interrupt deleted
Changed in this revision
| lib_LCD_i2c_SPTLYI.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/lib_LCD_i2c_SPTLYI.cpp Fri Feb 24 14:03:36 2017 +0000
+++ b/lib_LCD_i2c_SPTLYI.cpp Wed May 02 14:50:11 2018 +0000
@@ -458,9 +458,9 @@
data[i+1] = s[i];
LCD_Data_Register[X80_position_cursor+i] = s[i];
}
- Interrupts_OFF;
+ //Interrupts_OFF; // Interdit depuis 2018 si I2C utilise en interrupt
ack = I2C::write(m_address, data, n+1);
- Interrupts_ON;
+ //Interrupts_ON;
X_move_position(n);
free(data);
return ack;
Y SI