Skip to content

Commit 4b574b7

Browse files
authored
Merge pull request #1 from qinqiao555/EC600MCNLE-Demo
update solution-POC files
2 parents 7d3494b + 0112a85 commit 4b574b7

20 files changed

+1010
-223
lines changed
Binary file not shown.

LICENSE

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Copyright (c) Quectel Wireless Solution, Co., Ltd.All Rights Reserved.
2+
3+
Licensed under the Apache License, Version 2.0 (the "License");
4+
you may not use this file except in compliance with the License.
5+
You may obtain a copy of the License at
6+
7+
http://www.apache.org/licenses/LICENSE-2.0
8+
9+
Unless required by applicable law or agreed to in writing, software
10+
distributed under the License is distributed on an "AS IS" BASIS,
11+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
See the License for the specific language governing permissions and
13+
limitations under the License.

code/dev/lcd.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ def _LcdInit(self, Interface, SPICS, SPIRST, SPIDC, SPIPort, SPIMode, InitData,
196196
self._displayOff,
197197
None)
198198

199-
def clear(self, color=0xFFFFFF): # 清屏
199+
def clear(self, color=0x000000): # 清屏
200200
self._lcd.lcd_clear(color)
201201

202202
def display_on(self):

code/img/duoyun.png

1 KB
Loading

code/img/feng.png

700 Bytes
Loading

code/img/gps.png

-33 Bytes
Loading

code/img/number_6.png

-105 Bytes
Loading

code/img/qing.png

761 Bytes
Loading

code/img/wu.png

773 Bytes
Loading

code/img/xue.png

1.21 KB
Loading

0 commit comments

Comments
 (0)