Coder Social home page Coder Social logo

quentingllmt / lv_boards Goto Github PK

View Code? Open in Web Editor NEW

This project forked from zheng618/lv_boards

0.0 1.0 0.0 114.05 MB

LittlevGL embedded GUI projects for development boards and microcontrollers

Home Page: https://littlevgl.com

C 97.63% C++ 0.18% Makefile 0.12% HTML 2.00% Assembly 0.07% Shell 0.01%

lv_boards's Introduction

LittlevGL ported boards and microcontrollers

This repository contains projects where LittlevGL is configures for a development board or microcontroller.

Contributing is very welcome! Plaase, share with others if you used LittlevGL with a new board or MCU.

Usage

  1. Clone the repository somewhere: git clone https://github.com/littlevgl/lv_boards.git
  2. Step into the repository: cd lv_boards
  3. Initalize the submodules: git submodule update --init
  4. Copy/Paste a project where you want to use it (e.g. IDE workspace)

Porojects

arduino_library

LittlevGL as an Arduino library. Copy arduino_library/littelvgl to your library folder Check the lvlgl_test sketch to see the proting and usage

stm32f429_discovery_no_os

Cheap development board with 240x320 TFT, Resistive touch pad, 180 MHz MCU with 256kB RAM + 64 MBit SDRAM and GPU. The CubeMX drivers are used to initilaize the peripheries. In hal_stm_lvgl/tft/tft.h you can enable/disable external frame buffer placement and GPU usage.

stm32f469_discovery_no_os

STM development board with 800x480 TFT and MIPI DSI interface, capacitive touch screen, 180 MHz MCU with 324kB RAM + 128 MBit SDRAM and GPU. The CubeMX drivers are used to initilaize the peripheries. In hal_stm_lvgl/tft/tft.h you can enable/disable external frame buffer placement and GPU usage.

stm32f746_discovery_no_os

STM development board with 480x272 TFT, Capacitive touch pad, 216 MHz MCU with 320kB RAM + 64 MBit SDRAM and GPU. The CubeMX drivers are used to initilaize the peripheries. Solution uses frame buffer placed in the external SRAM memory. GPU is configurable over USE_LV_GPU define. To compile example go to Release directory and run make.

pic32mx_r61581_no_os

A custom PIC32MX695H based board drives a 480x320 display with R61581 display controller via software parallel port. The MCU has 512kB flash, 128 kB RAM and tuns at 80 MHz. It able to applay font anti-aliasing and even screen sized animations. Touch pad driver is not added yet.

pic32mx_ssd1963_no_os

A custom PIC32MX695H based board drives a 800x480 display with SSD1963 display controller via software parallel port. Still work in progrss.

linux_frame_buffer

Directly use Linux fame buffer (e.g. /dev/fb0) as frame buffer. Demonstrates the usage winth embedded Linux systems. The project is created in Eclipse CDT. Learn more here: LittlevGL Blog Post

lv_boards's People

Contributors

kisvegabor avatar quentingllmt avatar kl-cruz avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.