-
- Downloads
In ST7920_SWSPI_SND_8BIT(uint8_t val) parameter is unsigned
therefor in macro ST7920_WRITE_BYTE(a) cast a to uint8_t to make the compiler happy.
Loading
Please register or sign in to comment
therefor in macro ST7920_WRITE_BYTE(a) cast a to uint8_t to make the compiler happy.