Skip to content

Commit

Permalink
PostBot: Init europa [skip ci]
Browse files Browse the repository at this point in the history
Change-Id: Ia3c8652014748186fb285d76d0980bdc3c001fc7
Signed-off-by: PrajjuS <theprajjus@gmail.com>
  • Loading branch information
PrajjuS committed Nov 5, 2024
1 parent 6385e8b commit cb51fdc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/banner.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def generate_banner(device_vendor: str, device_name: str, device_codename: str):
font_codename = ImageFont.truetype(f"{FONT_PATH}/CONFIG-MEDIUM.OTF", size=40)

draw.text((85, 590), device_vendor, font=font_vendor, fill=(255, 69, 0))
draw.text((80, 680), device_name, font=font_device, fill=(238, 238, 238))
draw.text((80, 680), device_name, font=font_device, fill=(192, 171, 157))
draw.text((80, 1320), device_codename.upper(), font=font_codename, fill=(51, 51, 51))


Expand Down
Binary file modified assets/banners/template.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit cb51fdc

Please sign in to comment.