Searched refs:bmp (Results 1 – 5 of 5) sorted by relevance
5 This implementation uses [bmp-decoder](https://github.com/caj-johnson/bmp-decoder) library.10 lv_img_set_src(my_img, "S:path/to/picture.bmp");27 .. include:: ../../examples/libs/bmp/index.rst
10 bmp
4 .. lv_example:: libs/bmp/lv_example_bmp_1
124 const uint8_t * bmp = lv_font_get_glyph_bitmap(font_p, letter); in lv_draw_sdl_draw_letter() local126 lv_sdl_to_8bpp(buf, bmp, g.box_w, g.box_h, g.box_w, g.bpp); in lv_draw_sdl_draw_letter()
436 - fix(bmp): fix with LV_COLOR_16_SWAP [`3412`](https://github.com/lvgl/lvgl/pull/3412)562 - fix(bmp) fix typo in BPP condition [`cbc38af`](https://github.com/lvgl/lvgl/commit/cbc38afb3a0d3c…