mirror of
https://github.com/olikraus/u8g2.git
synced 2025-10-14 02:43:40 +08:00
2.36.14
This commit is contained in:
@@ -482,6 +482,7 @@ uint8_t u8x8_d_st7305_200x200(u8x8_t *u8x8, uint8_t msg, uint8_t arg_int, void *
|
||||
/* 168x384, https://github.com/olikraus/u8g2/issues/2661 */
|
||||
|
||||
|
||||
#ifdef NOT_USED
|
||||
static const uint8_t u8x8_d_st7305_168x384_powersave0_seq[] = {
|
||||
U8X8_START_TRANSFER(), /* enable chip, delay is part of the transfer start */
|
||||
U8X8_C(0x29), // display on
|
||||
@@ -504,6 +505,7 @@ static const uint8_t u8x8_d_st7305_168x384_flip0_seq[] = {
|
||||
U8X8_END_TRANSFER(), /* disable chip */
|
||||
U8X8_END() /* end of sequence */
|
||||
};
|
||||
#endif
|
||||
|
||||
|
||||
static const uint8_t u8x8_d_st7305_168x384_init_seq[] = {
|
||||
|
@@ -1,2 +1,2 @@
|
||||
# without 'v' prefix
|
||||
echo -n "2.36.13"
|
||||
echo -n "2.36.14"
|
||||
|
Reference in New Issue
Block a user