Console Hacking > PS Vita

[RELEASE] lvgl port

(1/1)

skyl4nk:
lvgl-vita
yeah, it is a port of this lvgl for the psvita with touch support



Example
main.c


--- Code: ---#include <lv_vita.h>
#include <lv_examples.h>

int main(int argc, char *argv[]) {
  lv_vita_init();
  lv_demo_benchmark();
 
  while(1) {
    lv_vita_loop();
  }

  return 0;
}
--- End code ---

CMakeLists.txt

--- Code: ---add_subdirectory(vendor/lvgl)
target_link_libraries(${PROJECT_NAME} lvgl)

--- End code ---

FAQ
>i don't know how to use
learn c and cmake


Source code: https://github.com/skyl5nk/lvgl-vita
My twitter: https://twitter.com/skyl4nk

Navigation

[0] Message Index

Go to full version