MarlinFirmware / Marlin

Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine.
https://marlinfw.org
GNU General Public License v3.0
16.28k stars 19.23k forks source link

[BUG] All icons missing on Ender 3v2 #23860

Closed ech0devv closed 2 years ago

ech0devv commented 2 years ago

Did you test the latest bugfix-2.0.x code?

Yes, and the problem still exists.

Bug Description

When compiling Marlin for my ender 3v2 (on the default branch, bugfix won't compile), it works fine, however there are no icons on the screen. For whatever reason, my display refuses to flash a DWIN_SET, so that's out of the question. I'll attach some images, maybe they'll be of assistance. AGC_20220306_142054277 AGC_20220306_142048489

Bug Timeline

new bug, first time building

Expected behavior

All icons exist on the display.

Actual behavior

All icons missing.

Steps to Reproduce

  1. Build Marlin for the ender 3v2 on the default branch (2.0.x)
  2. Flash it like normal

Version of Marlin Firmware

2.0.93

Printer model

creality ender 3 v2, main board 4.2.2

Electronics

Stock

Add-ons

CRTouch

Bed Leveling

ABL Bilinear mesh

Your Slicer

Cura

Host Software

SD Card (headless)

Additional information & file uploads

No response

ech0devv commented 2 years ago

Here are the config files: config.zip

ech0devv commented 2 years ago

Also it appears that some text is offset in a strange way, and some text is highlighted when it shouldn't be.

thisiskeithb commented 2 years ago

my display refuses to flash a DWIN_SET, so that's out of the question

You need to figure out why because that's why you're having this issue. Try following the readme again. Try some other name-brand SD cards as well.

mriscoc commented 2 years ago

Maybe you have a DACAI screen unit, you can check which screen you have by comparing it with the pictures from here: https://github.com/mriscoc/Ender3V2S1/wiki/How-to-update-the-display

ech0devv commented 2 years ago

Maybe you have a DACAI screen unit, you can check which screen you have by comparing it with the pictures from here: https://github.com/mriscoc/Ender3V2S1/wiki/How-to-update-the-display

Alright, I'll try this :3 It appears I do have a DACAI screen unit, by the way, so thank you for finding that for me. Wouldnt have found it otherwise. Ill try it and see if it fixes

ech0devv commented 2 years ago

i have to go to school so i will in the afternoon

github-actions[bot] commented 2 years ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.