Commit graph

26 commits

Author SHA1 Message Date
C47D a0e915eebc Remove TAG from LVGL log API
The filename is appended at the beginning of the log output by default, we don't need to do it.
2021-10-22 18:41:47 -05:00
Kevin Sidwar 31f340d864 Change config naming for ssd1306 to use LV_ prefix 2021-09-14 19:13:25 -05:00
Tomas Rezucha 01dc1259f8 Don't fire compiler warnings on missing driver configuration 2021-08-04 10:11:18 +02:00
Rop Gonggrijp befa5d0730 directory i2c_manager -> lvgl_i2c 2021-07-14 12:43:19 +02:00
Rop Gonggrijp 048438738c Things noted by @tore-espressif
See https://github.com/lvgl/lvgl_esp32_drivers/pull/70#pullrequestreview-703588587
2021-07-12 10:18:20 +02:00
Rop Gonggrijp e52112376f Replace allLVGL driver I2C code with I2C Manager
For discussion see #70
2021-07-08 11:04:07 +02:00
Alnef 63cfe0fdd8
Fix contrast and display mode initialisation
The double byte command OLED_CMD_SET_CONTRAST (SSD1306 datasheet rev 1.1 p.28) was followed by display_mode.
So the contrast was set to 0xA6 or 0xA7 depending on the display mode configured and the display mode itself wasn't configurable.
2021-04-10 14:59:11 +02:00
C47D 0442ebe736 SSD1306: Fix orientation symbol names
Kconfig sets CONFIG_DISPLAY_ORIENTATION_LANDSCAPE and CONFIG_DISPLAY_ORIENTATION_LANDSCAPE_INVERTED.
This commit replaces the old references to CONFIG_LV_DISPLAY_ORIENTATION_LANDSCAPE and
CONFIG_LV_DISPLAY_ORIENTATION_LANDSCAPE_INVERTED.

Fixes: #48
2021-03-14 16:27:57 -06:00
C47D 9fed1cc47b SSD1306: Use LV_DISPLAY_ORIENTATION symbols 2021-02-28 17:53:32 -06:00
Carlos Diaz 347aaa68d2
Merge pull request #26 from lvgl/fix/ssd1306_orientation
Fix/ssd1306 orientation
2021-02-15 22:25:43 -06:00
Tomas Rezucha 849afed80d Use correct option for color inversion 2021-02-12 10:39:58 +01:00
C47D bfb129a554 ssd1306: Remove partial update support 2021-02-09 23:27:58 -06:00
C47D 6b0fd1f1ac SSD1306: Handle theme not being mono 2021-01-31 17:28:03 -06:00
C47D d6bb341f00 SSD1306: Update orientation configuration 2021-01-25 21:04:11 -06:00
C47D b4ac2f9c03 SSD1306: Assert on data transmission fails 2021-01-22 10:19:06 -06:00
C47D 80fb2aedef SSD1306: Return commands result 2021-01-22 10:12:30 -06:00
C47D 9cdc3502a1 SSD1306: Add parenthesis to sizeof 2021-01-21 10:57:02 -06:00
C47D a1add8530b SSD1306: Remove unused headers and rename helpers 2021-01-21 10:54:17 -06:00
C47D 2f3470b85e Remove log 2021-01-19 23:53:34 -06:00
C47D 746ebfc245 SSD1306: Use helper functions 2021-01-17 00:25:01 -06:00
C47D a100162d40 SSD1306: Add helper functions 2021-01-17 00:10:12 -06:00
C47D ece77252c8 SSD1306: Replace hardcoded I2C port 2021-01-16 23:49:57 -06:00
Carlos Diaz b7e1b51c73 SSD1306: Add portrait inverted support
By @VedantParanjape
2021-01-16 20:37:55 -06:00
Carlos Diaz 432ad87208 Update SSD1306 driver 2021-01-09 21:00:08 -06:00
C47D 55c314b685 Update references to LV_DISPLAY_WIDTH 2021-01-09 15:04:53 -06:00
C47D 08384030b0 Move drivers from the lv_port_esp32 to here 2020-12-17 00:02:55 -06:00