zephyr/drivers/display
Tobias Schaffner 667f1e663d drivers: gd7965: use K_MSEC macro in k_sleep calls
The gd7965 driver still called ksleep with unsigned integers.
Use the K_MSEC makro instead.

Signed-off-by: Tobias Schaffner <tobiasschaffner87@outlook.com>
2020-07-06 09:57:14 -04:00
..
CMakeLists.txt
display_dummy.c
display_framebuf.c
display_ili9340_adafruit_1480.c
display_ili9340_seeed_tftv2.c
display_ili9340.c
display_ili9340.h
display_mcux_elcdif.c
display_sdl.c
display_st7789v.c
display_st7789v.h
gd7965_regs.h
gd7965.c drivers: gd7965: use K_MSEC macro in k_sleep calls 2020-07-06 09:57:14 -04:00
grove_lcd_rgb.c
Kconfig
Kconfig.dummy
Kconfig.gd7965
Kconfig.grove
Kconfig.ili9340
Kconfig.mcux_elcdif
Kconfig.microbit
Kconfig.sdl
Kconfig.ssd16xx
Kconfig.ssd1306
Kconfig.st7789v
mb_display.c
mb_font.c
mb_font.h
ssd16xx_regs.h
ssd16xx.c display: ssd16xx: Add chip select flags 2020-07-01 16:40:03 -05:00
ssd1306_regs.h
ssd1306.c