Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lvgl/lv_port_stm32f769_disco
LVGL ported to STM32F769 Discovery using CubeIDE
https://github.com/lvgl/lv_port_stm32f769_disco
gui lvgl stm32
Last synced: about 2 months ago
JSON representation
LVGL ported to STM32F769 Discovery using CubeIDE
- Host: GitHub
- URL: https://github.com/lvgl/lv_port_stm32f769_disco
- Owner: lvgl
- License: mit
- Created: 2019-01-15T16:07:14.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-01-23T10:43:59.000Z (11 months ago)
- Last Synced: 2024-02-25T18:32:17.697Z (10 months ago)
- Topics: gui, lvgl, stm32
- Language: C
- Homepage: https://docs.littlevgl.com/v7/en/html/get-started/stm32.html
- Size: 2.97 MB
- Stars: 30
- Watchers: 5
- Forks: 18
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LVGL ported to the STM32F769 Discovery
The [STM32F769 Discovery kit](https://www.st.com/en/evaluation-tools/32f769idiscovery.html) is an affordable development board with:
* STM32F769NIH6 microcontroller featuring 2 Mbytes of Flash memory and 512 Kbytes of RAM, in BGA216 package
* On-board ST-LINK/V2-1 supporting USB reenumeration capability
* USB ST-LINK functions: virtual COM port, mass storage, debug port
* Five power supply options:
* ST LINK/V2-1
* USB HS connector
* 5 V from RJ45 (Power Over Ethernet)
* 5 V from Arduino™ or external connector
* USB charger
* 4-inch capacitive touch LCD display with MIPI-DSI connector
* SAI audio codec
* Two audio line jacks, one for input and one for output
* Stereo speaker outputs
* Four ST MEMS microphones on DFSDM inputs
* Two SPDIF RCA input and output connectors
* Two push-buttons (user and reset)
* 512-Mbit Quad-SPI Flash memory
* 128-Mbit SDRAM
* Connector for microSD card
* Wi-Fi or Ext-EEP daughterboard connector
* USB OTG HS with Micro-AB connector
* Ethernet connector compliant with IEEE-802.3-2002
* Power Over Ethernet based on IEEE 802.3af (Powered Device, 48 V to 5 V, 3 W)
* Power supply output for external applications: 3.3 V or 5 V
* Arduino Uno V3 connectors## Get started
- Clone the project: `git clone https://github.com/lvgl/lv_port_stm32f769_disco.git --recurse-submodules`
- Import into STM32CubeIDE