chao il y a 3 mois
Parent
commit
88a3b11cb4
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      preset/app/checkout.py

+ 1 - 1
preset/app/checkout.py

@@ -6,7 +6,7 @@ from maix import camera, display, image
 
 image.load_freetype("/root/preset/fonts/simhei.ttf")
 hello_img = image.new(size=(320, 240), color=(0, 0, 0), mode="RGB")
-hello_img.draw_string(10, 115, 'Checkout', scale=1.0, color=(255, 255, 255), thickness=1)
+hello_img.draw_string(10, 115, 'Change language to Chinese', scale=1.0, color=(255, 255, 255), thickness=1)
 display.show(hello_img)
 
 import git