X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fdrivers%2Fao_st7565.c;h=3eec610da804b7a292d1fe8d74a2fe6b2540c8a2;hb=7977ff5291c6161d37b7c1b1548258df2e58c09e;hp=7540297cb3f686b6147048c3f493d1e36f90c85c;hpb=ffaee646efded39c3cdb07948823822ce8df8c4e;p=fw%2Faltos diff --git a/src/drivers/ao_st7565.c b/src/drivers/ao_st7565.c index 7540297c..3eec610d 100644 --- a/src/drivers/ao_st7565.c +++ b/src/drivers/ao_st7565.c @@ -128,7 +128,7 @@ ao_st7565_setup(void) ao_delay(AO_MS_TO_TICKS(10)); ao_st7565_instruction(ST7565_RESISTOR_RATIO_SET(5)); ao_st7565_instruction(ST7565_DISPLAY_ON); - ao_st7565_set_brightness(0x10); + ao_st7565_set_brightness(13); } static uint8_t rotbuf[AO_ST7565_WIDTH];