Skip to content

Commit 7517739

Browse files
authored
Merge pull request #22 from libdriver/dev
docs: update docs
2 parents 6915137 + 3b0862b commit 7517739

9 files changed

+15
-3
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1992,7 +1992,7 @@ CMakeLists.txt needs to follow the LibDriver CMake style and its content is as f
19921992
# set the package depends
19931993
set(CPACK_DEBIAN_PACKAGE_DEPENDS "libc6")
19941994
1995-
# .tar.gz outpout
1995+
# .tar.gz output
19961996
# set(CPACK_GENERATOR TGZ)
19971997
19981998
# set the package name

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ Add /src, /interface and /example to your project.
5050

5151
### Usage
5252

53+
You can refer to the examples in the/example directory to complete your own driver. If you want to use the default programming examples, here's how to use them.
54+
5355
#### example basic
5456

5557
```C

README_de.md

+2
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ Fügen Sie /src, /interface und /example zu Ihrem Projekt hinzu.
5050

5151
### Nutzung
5252

53+
Sie können auf die Beispiele im Verzeichnis/example zurückgreifen, um Ihren eigenen Treiber zu vervollständigen. Wenn Sie die Standardprogrammierbeispiele verwenden möchten, erfahren Sie hier, wie Sie diese verwenden.
54+
5355
#### example basic
5456

5557
```C

README_ja.md

+2
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ LibDriver SSD1306は、LibDriverによって起動されたSSD1306の全機能
5050

5151
### 使用
5252

53+
/example ディレクトリ内のサンプルを参照して、独自のドライバーを完成させることができます。 デフォルトのプログラミング例を使用したい場合の使用方法は次のとおりです。
54+
5355
#### example basic
5456

5557
```C

README_ko.md

+2
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ LibDriver SSD1306은 LibDriver에서 출시한 SSD1306의 전체 기능 드라
5050

5151
### 사용
5252

53+
/example 디렉터리의 예제를 참조하여 자신만의 드라이버를 완성할 수 있습니다. 기본 프로그래밍 예제를 사용하려는 경우 사용 방법은 다음과 같습니다.
54+
5355
#### example basic
5456

5557
```C

README_zh-Hans.md

+2
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ LibDriver SSD1306是LibDriver推出的SSD1306的全功能驱动,该驱动提
5050

5151
### 使用
5252

53+
您可以参考/example目录下的编程范例完成适合您的驱动,如果您想要使用默认的编程范例,以下是它们的使用方法。
54+
5355
#### example basic
5456

5557
```C

README_zh-Hant.md

+2
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ LibDriver SSD1306是LibDriver推出的SSD1306的全功能驅動,該驅動提
5050

5151
### 使用
5252

53+
您可以參考/example目錄下的程式設計範例完成適合您的驅動,如果您想要使用默認的程式設計範例,以下是它們的使用方法。
54+
5355
#### example basic
5456

5557
```C

doc/html/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
<div class="title">LibDriver SSD1306 </div> </div>
8989
</div><!--header-->
9090
<div class="contents">
91-
<div class="textblock"><p>libdriver ssd1306 is a full function driver of ssd1306 and it can run in both MCU and Linux platform. </p><dl class="section version"><dt>Version</dt><dd>2.0.0 </dd></dl>
91+
<div class="textblock"><p>LibDriver SSD1306 is a full function driver of SSD1306 and it can run in both MCU and Linux platform. </p><dl class="section version"><dt>Version</dt><dd>2.0.0 </dd></dl>
9292
<dl class="section author"><dt>Author</dt><dd>Shifeng Li</dd></dl>
9393
<h3>history</h3>
9494
<table class="doxtable">

doc/mainpage/mainpage.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @mainpage LibDriver SSD1306
3-
* @brief libdriver ssd1306 is a full function driver of ssd1306 and it can run in both MCU and Linux platform.
3+
* @brief LibDriver SSD1306 is a full function driver of SSD1306 and it can run in both MCU and Linux platform.
44
* @version 2.0.0
55
* @author Shifeng Li
66
*

0 commit comments

Comments
 (0)