You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
26.09.2024 07:43:36 [DEBUG] Drawing Image: BACKGROUND
26.09.2024 07:43:36 [DEBUG] Bitmap res/themes/BigClock/background.png is now loaded in the cache
Traceback (most recent call last):
File "/turing-smart-screen-python-main/main.py", line 192, in module display.display_static_images()
File "/turing-smart-screen-python-main/library/display.py", line 113, in display_static_images self.lcd.DisplayBitmap(
File "/turing-smart-screen-python-main/library/lcd/lcd_comm.py", line 205, in DisplayBitmap self.DisplayPILImage(image, x, y, width, height)
File "/turing-smart-screen-python-main/library/lcd/lcd_comm_rev_a.py", line 234, in DisplayPILImage rgb565le = self.imageToRGB565LE(image)
File "/turing-smart-screen-python-main/library/lcd/lcd_comm_rev_a.py", line 199, in imageToRGB565LE return rgb565.newbyteorder('<').tobytes()
AttributeError: newbyteorder was removed from the ndarray class in NumPy 2.0. Use arr.view(arr.dtype.newbyteorder(order)) instead.
26.09.2024 07:43:36 [INFO] Program will now exit
26.09.2024 07:43:36 [INFO] Waiting for all pending request to be sent to display (5s max)...
26.09.2024 07:43:41 [DEBUG] (5.1s)
To Reproduce
Steps to reproduce the behavior:
Start the script
Expected behavior
Script starts with NumPy 2.x
Environment:
Smart screen model: Smart Screen 3.5"
Revision of this project: 3.5.0, main branch, latest commit
OS with version: Kubuntu 24.04
Python version: Python 3.12.3, NumPy 2.1.1
Hardware: Intel® Core™ i5-7300U CPU @ 2.60GHz, Mesa Intel® HD Graphics 620
The text was updated successfully, but these errors were encountered:
Describe the bug
26.09.2024 07:43:36 [DEBUG] Drawing Image: BACKGROUND
26.09.2024 07:43:36 [DEBUG] Bitmap res/themes/BigClock/background.png is now loaded in the cache
Traceback (most recent call last):
File "/turing-smart-screen-python-main/main.py", line 192, in module display.display_static_images()
File "/turing-smart-screen-python-main/library/display.py", line 113, in display_static_images self.lcd.DisplayBitmap(
File "/turing-smart-screen-python-main/library/lcd/lcd_comm.py", line 205, in DisplayBitmap self.DisplayPILImage(image, x, y, width, height)
File "/turing-smart-screen-python-main/library/lcd/lcd_comm_rev_a.py", line 234, in DisplayPILImage rgb565le = self.imageToRGB565LE(image)
File "/turing-smart-screen-python-main/library/lcd/lcd_comm_rev_a.py", line 199, in imageToRGB565LE return rgb565.newbyteorder('<').tobytes()
AttributeError:
newbyteorder
was removed from the ndarray class in NumPy 2.0. Usearr.view(arr.dtype.newbyteorder(order))
instead.26.09.2024 07:43:36 [INFO] Program will now exit
26.09.2024 07:43:36 [INFO] Waiting for all pending request to be sent to display (5s max)...
26.09.2024 07:43:41 [DEBUG] (5.1s)
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Script starts with NumPy 2.x
Environment:
The text was updated successfully, but these errors were encountered: