Pico W TFT Display Error #11700
Unanswered
MEnsar55
asked this question in
RP2040 / Pico
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, first of all, I opened a similar topic before, but the solutions did not work. I am using ILI9341 TFT display. I have implemented (https://www.youtube.com/watch?v=suCTwxlYgnM&t=881s) exactly in the video in the link, but I am getting the following error:
Connecting to COM4
Uploading files: 0% (0/1)
C:\Users\SAMSUNG\PycharmProjects\pythonProject1\ili9341.py -> ili9341.py
Traceback (most recent call last):
File "C:\Users\SAMSUNG\AppData\Roaming\JetBrains\PyCharmCE2023.1\plugins\intellij-micropython/scripts/microupload.py", line 139, in
main(sys.argv[1:])
File "C:\Users\SAMSUNG\AppData\Roaming\JetBrains\PyCharmCE2023.1\plugins\intellij-micropython/scripts/microupload.py", line 79, in main
files.put(remote_path, fd.read())
File "C:\Users\SAMSUNG\AppData\Local\Programs\Python\Python311\Lib\site-packages\ampy\files.py", line 218, in put
self.pyboard.exec("f.write({0})".format(chunk))
File "C:\Users\SAMSUNG\AppData\Local\Programs\Python\Python311\Lib\site-packages\ampy\pyboard.py", line 267, in exec_
raise PyboardError('exception', ret, ret_err)
ampy.pyboard.PyboardError: ('exception', b'', b'Traceback (most recent call last):\r\n File "", line 1, in \r\nOSError: 28\r\n')
Beta Was this translation helpful? Give feedback.
All reactions