├── China.pdf ├── LCD1602 ├── LCD1602.c ├── LCD1602.h ├── LCD1602_Font_Cyrillic.c ├── LCD1602_config.h └── example.txt ├── PCF8574_схема.png ├── README.md ├── Winstar.pdf ├── lcd-commands.png ├── МЭЛТ.pdf └── Описание.pdf /China.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GolinskiyKonstantin/STM32_Lib_LCD1602_LCD2004_LCD0802_I2C_or_4BIT/HEAD/China.pdf -------------------------------------------------------------------------------- /LCD1602/LCD1602.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GolinskiyKonstantin/STM32_Lib_LCD1602_LCD2004_LCD0802_I2C_or_4BIT/HEAD/LCD1602/LCD1602.c -------------------------------------------------------------------------------- /LCD1602/LCD1602.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GolinskiyKonstantin/STM32_Lib_LCD1602_LCD2004_LCD0802_I2C_or_4BIT/HEAD/LCD1602/LCD1602.h -------------------------------------------------------------------------------- /LCD1602/LCD1602_Font_Cyrillic.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GolinskiyKonstantin/STM32_Lib_LCD1602_LCD2004_LCD0802_I2C_or_4BIT/HEAD/LCD1602/LCD1602_Font_Cyrillic.c -------------------------------------------------------------------------------- /LCD1602/LCD1602_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GolinskiyKonstantin/STM32_Lib_LCD1602_LCD2004_LCD0802_I2C_or_4BIT/HEAD/LCD1602/LCD1602_config.h -------------------------------------------------------------------------------- /LCD1602/example.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GolinskiyKonstantin/STM32_Lib_LCD1602_LCD2004_LCD0802_I2C_or_4BIT/HEAD/LCD1602/example.txt -------------------------------------------------------------------------------- /PCF8574_схема.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GolinskiyKonstantin/STM32_Lib_LCD1602_LCD2004_LCD0802_I2C_or_4BIT/HEAD/PCF8574_схема.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GolinskiyKonstantin/STM32_Lib_LCD1602_LCD2004_LCD0802_I2C_or_4BIT/HEAD/README.md -------------------------------------------------------------------------------- /Winstar.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GolinskiyKonstantin/STM32_Lib_LCD1602_LCD2004_LCD0802_I2C_or_4BIT/HEAD/Winstar.pdf -------------------------------------------------------------------------------- /lcd-commands.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GolinskiyKonstantin/STM32_Lib_LCD1602_LCD2004_LCD0802_I2C_or_4BIT/HEAD/lcd-commands.png -------------------------------------------------------------------------------- /МЭЛТ.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GolinskiyKonstantin/STM32_Lib_LCD1602_LCD2004_LCD0802_I2C_or_4BIT/HEAD/МЭЛТ.pdf -------------------------------------------------------------------------------- /Описание.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GolinskiyKonstantin/STM32_Lib_LCD1602_LCD2004_LCD0802_I2C_or_4BIT/HEAD/Описание.pdf --------------------------------------------------------------------------------