ckielstra
|
febafd1cc7
|
chore: many trivial spelling and layout fixes (#3008)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
|
2022-01-17 08:10:23 -05:00 |
|
Mariotaku
|
9bbf661dd4
|
perf(sdl): optimize the use of SDL_RenderSetClipRect (#2941)
* reduce SDL_RenderSetClipRect as much as possible
* added some comments
* removing draw_sw usage
* fixed import
* implemented polygon drawing
* supports subimage for sdl texture based images
* fixed formatting
* removed unused code
* cleanup
* cleanup
* formatted code
|
2022-01-05 10:01:18 +01:00 |
|
Dirk Schlichte
|
05382b95de
|
fix(examples) move event callback registration outside loop in lv_example_event_3 (#2959)
|
2022-01-04 10:55:00 -05:00 |
|
Man, Jianting (Meco)
|
70778fb9e4
|
fix: removed string format warnings for int32_t and uint32_t (#2924)
* fix:Removed string format warnings for int32_t and uint32_t
re-handle #2722
* feat(rt-thread): add the option of built-in examples
|
2021-12-20 09:52:07 +01:00 |
|
ckielstra
|
a5058eafd0
|
style(examples) fix style issues in Python examples (#2880)
Removes all semicolons at line endings in the Python examples.
|
2021-12-05 08:41:17 -05:00 |
|
Jianting (Meco) Man
|
97bf74915d
|
fix(refr) silence compiler warning due to integer type mismatch (#2722)
|
2021-10-25 18:47:25 +02:00 |
|
Amir Gonnen
|
c751c11a87
|
fix(examples) remove cast in MP scripts (#2354)
After https://github.com/lvgl/lv_binding_micropython/pull/161 merged, it is no longer needed to cast the result of 'e.get_target()'
Also, additional small fixes to allow CI improvements
|
2021-07-07 17:04:46 +02:00 |
|
Themba Dube
|
6f37c4fc56
|
docs(examples) add MicroPython examples
|
2021-06-11 16:48:27 -04:00 |
|
Uli Raich
|
c60ed68e94
|
adding micropython examples (#2286)
* adding micropython examples
* adding micropython examples
|
2021-06-07 13:56:08 +02:00 |
|
Gabor Kiss-Vamosi
|
ec6c20b587
|
feat(examples) add event examples
|
2021-05-26 22:05:32 +02:00 |
|