Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update lv_conf.defaults #71

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

liamHowatt
Copy link
Member

  • enable evdev
  • Use CLIB stdlib
  • Put OS and sysmon in the file, even though not set, as a cue to the user they may want to enable them
  • double-buffered partial fbdev
  • high res demo and LV_FONT_FMT_TXT_LARGE
  • matrix, float, lottie moved down
  • use lv_conf.h as a dependency in the Makefile so make detects changes to lv_conf.h

LV_USE_LINUX_FBDEV 1
LV_LINUX_FBDEV_RENDER_MODE LV_DISPLAY_RENDER_MODE_PARTIAL
LV_LINUX_FBDEV_BUFFER_COUNT 2
LV_LINUX_FBDEV_BUFFER_SIZE 60
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
LV_LINUX_FBDEV_BUFFER_SIZE 60
LV_LINUX_FBDEV_BUFFER_SIZE 1080

Comment on lines +7 to +8
# LV_USE_OS LV_OS_PTHREAD
# LV_DRAW_SW_DRAW_UNIT_CNT 2
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
# LV_USE_OS LV_OS_PTHREAD
# LV_DRAW_SW_DRAW_UNIT_CNT 2
LV_USE_OS LV_OS_PTHREAD
LV_DRAW_SW_DRAW_UNIT_CNT 1

Please test this with our medical demo. It might work better. If really so, let's use it as default.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants