mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-08-05 13:03:56 -06:00
🔨 Clean up Python imports (#24736)
This commit is contained in:
parent
c46ed8f57d
commit
83aac65664
12 changed files with 7 additions and 13 deletions
|
@ -22,8 +22,8 @@
|
|||
|
||||
# Generate Marlin TFT Images from bitmaps/PNG/JPG
|
||||
|
||||
import sys,re,struct
|
||||
from PIL import Image,ImageDraw
|
||||
import sys,struct
|
||||
from PIL import Image
|
||||
|
||||
def image2bin(image, output_file):
|
||||
if output_file.endswith(('.c', '.cpp')):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue