bugfix for C160100, issue #1828

This commit is contained in:
kraus 2022-08-13 12:26:50 +02:00
parent f0c064a6b4
commit f1770e5e76
1 changed files with 1 additions and 2 deletions

View File

@ -243,6 +243,7 @@ static const uint8_t u8x8_d_st7528_nhd_c160100_init_seq[] = {
U8X8_C(0x0a0), /* ADC */
U8X8_C(0x0c8), /* SHL */
U8X8_CA(0x044, 0x000), /* initial Com0 */
U8X8_CA(0x040, 0x000), /* y shift, issue https://github.com/olikraus/u8g2/issues/1828 */
U8X8_C(0x0ab), /* start oscillator */
U8X8_C(0x026), /* Select the internal resistance ratio of the regulator resistor */
U8X8_CA(0x081, 0x015), /* volumn */
@ -262,8 +263,6 @@ static const uint8_t u8x8_d_st7528_nhd_c160100_init_seq[] = {
U8X8_END() /* end of sequence */
};
static const u8x8_display_info_t u8x8_st7528_160x100_display_info =
{
/* chip_enable_level = */ 0,