summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
m---------src/libs/lvgl0
-rw-r--r--tools/bin2c.py4
2 files changed, 2 insertions, 2 deletions
diff --git a/src/libs/lvgl b/src/libs/lvgl
-Subproject 1b6501dc3babf39538f4a02aa9fb14c2aaebca2
+Subproject 23430cf20e32294549fff9b2879a9466dacc19b
diff --git a/tools/bin2c.py b/tools/bin2c.py
index 1d66656a..e5fdb158 100644
--- a/tools/bin2c.py
+++ b/tools/bin2c.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
#-*- coding: utf-8 -*-
"""
bin2c
@@ -71,4 +71,4 @@ def main():
if __name__ == '__main__':
- main() \ No newline at end of file
+ main()