Skip to content

Commit 49d32b1

Browse files
doc: add readme, library.properties, keywords
1 parent 5422ed2 commit 49d32b1

File tree

3 files changed

+33
-2
lines changed

3 files changed

+33
-2
lines changed

libraries/Arduino_H7_Video/README.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# 📺 Arduino H7 Video Library
2+
3+
The Arduino H7 Video Library manages the video output on Arduino boards based on the STM32H7 microcontroller (Portenta H7, GIGA R1 WiFi), providing functions to draw on the screen and integrate third-party video libraries such as [LVGL](https://lvgl.io/) and [emWin](https://www.segger.com/products/user-interface/emwin/).
4+
5+
📖 For more information about this library, please refer to the documentation [here](./docs/).
+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
##################################################
2+
# Syntax Coloring Map For Arduino_H7_Video
3+
##################################################
4+
# Class
5+
##################################################
6+
7+
Arduino_H7_Video KEYWORD1
8+
9+
##################################################
10+
# Methods and Functions
11+
##################################################
12+
13+
begin KEYWORD2
14+
end KEYWORD2
15+
16+
width KEYWORD2
17+
height KEYWORD2
18+
19+
clear KEYWORD2
20+
beginDraw KEYWORD2
21+
endDraw KEYWORD2
22+
set KEYWORD2
23+
24+
##################################################
25+
# Constants
26+
##################################################

libraries/Arduino_H7_Video/library.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name=Arduino_H7_Video
22
version=1.0
33
author=Arduino
44
maintainer=Arduino <info@arduino.cc>
5-
sentence=video primitives for Portenta H7 and Giga R1
5+
sentence=Video library for Arduino boards based on the STM32H7 microcontroller
66
paragraph=
77
category=Display
8-
url=https://github.com/arduino/ArduinoCore-mbed/tree/master/libraries/Arduino_H7_Video
8+
url=https://github.com/arduino/ArduinoCore-mbed/tree/main/libraries/Arduino_H7_Video
99
architectures=mbed,mbed_portenta,mbed_giga

0 commit comments

Comments
 (0)