/lvgl-latest/src/extra/libs/png/ |
D | lodepng.h | 1733 …//the pixels are now in the vector "image", 4 bytes per pixel, ordered RGBARGBA..., use it as text… 1861 but it is cleaner now imho and functionality remains the same. Also fixed 1863 *) 6 nov 2011: (!) By default, the encoder now automatically chooses the best 1923 *) 26 feb 2007: Huffman compression with dynamic trees (BTYPE 2) now implemented 1929 to convert to and is more uniform. See the manual for how it works now. 1937 *) 26 dec 2006: The encoder now does LZ77 encoding and produces much smaller files now. 1943 given image buffer, however for now it's not compressed. 1945 *) 30 jul 2006: (!) LodePNG_InfoPng , width and height are now retrieved in different 1947 *) 29 jul 2006: (!) Changed the interface: image info is now returned as a
|
D | lodepng.c | 1172 /*now we can use this tree to read the lengths for the tree that this function will return*/ in getTreeInflateDynamic() 1245 /*now we've finally got HLIT and HDIST, so generate the code trees, and the function is done*/ in getTreeInflateDynamic() 1376 /*read the literal data: LEN bytes are now stored in the out buffer*/ in inflateNoCompression() 3631 /* now convert to output format */ in lodepng_convert_rgb() 4234 out: the same pixels, but re-ordered so that they're now a non-interlaced image with size w*h 5533 /*now fill the out values*/ in filter() 5572 /*now fill the out values*/ in filter()
|
/lvgl-latest/src/misc/ |
D | lv_math.c | 155 x = (0 - x); // is now + in lv_atan2() 160 y = (0 - y); // is now + in lv_atan2() 188 degree += comp; // degree is now accurate to +/- 1 degree! in lv_atan2() 193 // 3. Degree is now 0-90 range for this quadrant, in lv_atan2()
|
D | lv_printf.c | 385 // now do fractional part, as an unsigned number in _ftoa() 466 …(conv.U & ((1ULL << 52U) - 1U)) | (1023ULL << 52U); // drop the exponent so conv.F is now in [1,2) in _etoa() 467 // now approximate log10 from the log2 integer part and an expansion of ln around 1.5 in _etoa() 469 // now we want to compute 10^expval but we want to be sure it won't overflow in _etoa()
|
D | lv_anim.c | 370 /*The animation will run now for the first time. Call `start_cb`*/ in anim_timer() 445 /*If now turning back use the 'playback_pause*/ in anim_ready_handler()
|
/lvgl-latest/docs/get-started/platforms/ |
D | pc-simulator.md | 96 Now you are ready to run LVGL on your PC. Click on the Hammer Icon on the top menu bar to Build the… 98 After a successful build, click on the Play button on the top menu bar to run the project. Now a wi… 100 Now you are ready to use LVGL and begin development on your PC.
|
/lvgl-latest/src/extra/libs/tiny_ttf/ |
D | stb_truetype_htcw.h | 237 // - Kerning is now supported, and if you're supporting subpixel rendering 1655 // find a cmap encoding table we understand *now* to avoid searching 1732 // now decrement to bias correctly to find smallest 1935 // now load x coordinates 1952 // now load y coordinates 1969 // now convert them to our format 1981 // now start the new one 3274 // now process all active edges in XOR fashion 3642 // now process all active edges 3723 /* now p[m] is the median-of-three */ [all …]
|
/lvgl-latest/docs/others/ |
D | snapshot.md | 10 Note, only below color formats are supported for now: 40 If the snapshot needs update now and then, or simply caller provides memory, use API `lv_res_t lv_s…
|
/lvgl-latest/docs/overview/ |
D | timer.md | 61 …e an object because something else is still using it, or you don't want to block the execution now. 80 /*Delete screen on next call of `lv_timer_handler`, not right now.*/
|
D | coords.md | 63 lv_obj_set_size(obj1, 200, 100); /*Now obj1 has 200;100 size*/ 212 Now you want to move a button up a little when it's pressed.
|
D | style.md | 25 - `LV_STATE_HOVERED` (0x0010) Hovered by mouse (not supported now) 102 will use the value based upon the current theme, but for now it just selects the internal default r…
|
/lvgl-latest/docs/get-started/os/ |
D | nuttx.md | 55 ### Now let's create a workspace to save our files 76 If everything went fine you should have now the file `nuttx.bin` to flash on your board:
|
/lvgl-latest/src/core/ |
D | lv_indev.h | 48 * right now 119 * @return LV_DIR_NONE: no scrolling now
|
D | lv_obj_pos.h | 382 * Tell whether an area of an object is visible (even partially) now or not 390 * Tell whether an object is visible (even partially) now or not
|
D | lv_obj_pos.c | 206 *If it wasn't out of the parent but out now, also invalidate the scrollbars*/ in lv_obj_refr_size() 773 *If it wasn't out of the parent but out now, also invalidate the srollbars*/ in lv_obj_move_to()
|
D | lv_indev.c | 421 /*Save the previous state so we can detect state changes below and also set the last state now in indev_keypad_proc() 709 /*If the focused object is editable and now in navigate mode then on enter switch edit in indev_encoder_proc()
|
/lvgl-latest/examples/porting/ |
D | lv_port_disp_template.c | 19 … replace the macro MY_DISP_HOR_RES with the actual screen width, default value 320 is used for now. 24 …replace the macro MY_DISP_HOR_RES with the actual screen height, default value 240 is used for now.
|
/lvgl-latest/docs/get-started/ |
D | quick-overview.md | 13 This way you can save the time of porting for now and get some experience with LVGL immediately. 168 - `LV_STATE_HOVERED` Hovered by mouse (not supported now)
|
/lvgl-latest/src/hal/ |
D | lv_hal_disp.c | 272 * This method is usually called upon orientation change, thus the screen is now a in lv_disp_drv_update() 274 * The object invalidated its previous area. That area is now out of the screen area in lv_disp_drv_update()
|
/lvgl-latest/src/widgets/ |
D | lv_label.c | 140 /*Now the text is dynamically allocated*/ in lv_label_set_text() 170 label->static_txt = 0; /*Now the text is dynamically allocated*/ in lv_label_set_text_fmt()
|
D | lv_textarea.c | 412 /*Pwd mode is now enabled*/ in lv_textarea_set_password_mode() 427 /*Pwd mode is now disabled*/ in lv_textarea_set_password_mode()
|
/lvgl-latest/src/draw/sw/ |
D | lv_draw_sw_rect.c | 241 …top_y < clipped_coords.y1 && bottom_y > clipped_coords.y2) continue; /*This line is clipped now*/ in draw_bg() 1284 … if(top_y < draw_area.y1 && bottom_y > draw_area.y2) continue; /*This line is clipped now*/ in draw_border_generic()
|
/lvgl-latest/docs/ |
D | CHANGELOG.md | 353 - **inherit and initial style properties** Besides setting "normal values" for style properties now… 1433 - ci(codecov) hide statuses on commits for now [`0b7be77`](https://github.com/lvgl/lvgl/commit/0b7b… 1671 - `lv_obj_align` now saved the alignment and realigns the object automatically but can't be used to… 2053 Right now, only ST's DMA2D (Chrom-ART) is integrated. More will in the upcoming releases. 2073 - `dropdown`: Completely reworked. Now creates a separate list when opened and can be dropped to do…
|
/lvgl-latest/examples/widgets/img/ |
D | lv_example_img_3.c | 21 /*Now create the actual image*/ in lv_example_img_3()
|
/lvgl-latest/.github/workflows/ |
D | close_old_issues.yml | 19 Now we mark this as "stale" because there was no activity here for 14 days.
|