2.33.8, issue #1887
This commit is contained in:
parent
5ec3581ad6
commit
2aeb3b1e78
|
@ -6019,7 +6019,7 @@ void u8g2_Setup_ist3088_320x240_1(u8g2_t *u8g2, const u8g2_cb_t *rotation, u8x8_
|
|||
uint8_t *buf;
|
||||
u8g2_SetupDisplay(u8g2, u8x8_d_ist3088_320x240, u8x8_cad_011, byte_cb, gpio_and_delay_cb);
|
||||
buf = u8g2_m_40_30_1(&tile_buf_height);
|
||||
u8g2_SetupBuffer(u8g2, buf, tile_buf_height, u8g2_ll_hvline_vertical_top_lsb, rotation);
|
||||
u8g2_SetupBuffer(u8g2, buf, tile_buf_height, u8g2_ll_hvline_horizontal_right_lsb, rotation);
|
||||
}
|
||||
/* ist3088 2 */
|
||||
void u8g2_Setup_ist3088_320x240_2(u8g2_t *u8g2, const u8g2_cb_t *rotation, u8x8_msg_cb byte_cb, u8x8_msg_cb gpio_and_delay_cb)
|
||||
|
@ -6028,7 +6028,7 @@ void u8g2_Setup_ist3088_320x240_2(u8g2_t *u8g2, const u8g2_cb_t *rotation, u8x8_
|
|||
uint8_t *buf;
|
||||
u8g2_SetupDisplay(u8g2, u8x8_d_ist3088_320x240, u8x8_cad_011, byte_cb, gpio_and_delay_cb);
|
||||
buf = u8g2_m_40_30_2(&tile_buf_height);
|
||||
u8g2_SetupBuffer(u8g2, buf, tile_buf_height, u8g2_ll_hvline_vertical_top_lsb, rotation);
|
||||
u8g2_SetupBuffer(u8g2, buf, tile_buf_height, u8g2_ll_hvline_horizontal_right_lsb, rotation);
|
||||
}
|
||||
/* ist3088 f */
|
||||
void u8g2_Setup_ist3088_320x240_f(u8g2_t *u8g2, const u8g2_cb_t *rotation, u8x8_msg_cb byte_cb, u8x8_msg_cb gpio_and_delay_cb)
|
||||
|
@ -6037,7 +6037,7 @@ void u8g2_Setup_ist3088_320x240_f(u8g2_t *u8g2, const u8g2_cb_t *rotation, u8x8_
|
|||
uint8_t *buf;
|
||||
u8g2_SetupDisplay(u8g2, u8x8_d_ist3088_320x240, u8x8_cad_011, byte_cb, gpio_and_delay_cb);
|
||||
buf = u8g2_m_40_30_f(&tile_buf_height);
|
||||
u8g2_SetupBuffer(u8g2, buf, tile_buf_height, u8g2_ll_hvline_vertical_top_lsb, rotation);
|
||||
u8g2_SetupBuffer(u8g2, buf, tile_buf_height, u8g2_ll_hvline_horizontal_right_lsb, rotation);
|
||||
}
|
||||
/* ist7920 */
|
||||
/* ist7920 1 */
|
||||
|
|
|
@ -219,7 +219,7 @@ static const uint8_t u8x8_d_ist3088_320x240_init_seq[] = {
|
|||
U8X8_CCAA(0x0, 0x23, 0x00, 0x04), // Monochrome mode
|
||||
U8X8_CCAA(0x0, 0x28, 0x00, 0x0c), // Frame Rate Control
|
||||
U8X8_CCAA(0x0, 0x37, 0x00, 0x01), // Frame Rate Control
|
||||
U8X8_CCAA(0x0, 0x0d, 0x7f, 0x00), // X End and X Start
|
||||
U8X8_CCAA(0x0, 0x0d, 39, 0x00), // X End and X Start
|
||||
|
||||
U8X8_CCAA(0x0, 0x0e, 239, 0x00), // Y End and Y Start
|
||||
|
||||
|
|
|
@ -1570,7 +1570,7 @@ struct controller controller_list[] =
|
|||
}
|
||||
},
|
||||
{
|
||||
"ist3088", 40, 30, "u8g2_ll_hvline_vertical_top_lsb", "u8x8_cad_011", "", COM_4WSPI|COM_6800|COM_8080,
|
||||
"ist3088", 40, 30, "u8g2_ll_hvline_horizontal_right_lsb", "u8x8_cad_011", "", COM_4WSPI|COM_6800|COM_8080,
|
||||
"not tested", /* is_generate_u8g2_class= */ 1,
|
||||
{
|
||||
{ "320x240" },
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
# without 'v' prefix
|
||||
echo -n "2.33.7"
|
||||
echo -n "2.33.8"
|
||||
|
|
Loading…
Reference in New Issue