This commit is contained in:
olikraus 2018-02-27 23:06:41 +01:00
parent f163cb58f7
commit 3d19f857a0
2 changed files with 2 additions and 2 deletions

View File

@ -245,7 +245,7 @@ static const u8x8_display_info_t u8x8_ssd1305_128x64_adafruit_display_info =
/* data_setup_time_ns = */ 40,
/* write_pulse_width_ns = */ 150, /* SSD1306: cycle time is 300ns, so use 300/2 = 150 */
/* tile_width = */ 16,
/* tile_hight = */ 4,
/* tile_hight = */ 8,
/* default_x_offset = */ 2,
/* flipmode_x_offset = */ 2,
/* pixel_width = */ 128,

View File

@ -1,2 +1,2 @@
# without 'v' prefix
echo -n "2.22.1"
echo -n "2.22.2"