0

I am struggling to integrate the touchscreen in custom edited marlin firmware

The display is already flashed with DWIN and I've got this far:

  • built the bin file and flashed it on the printer board (4.2.7 silent mb)
  • the touch screen is responsive and I can shuffle through the menu

Problems:

  • the text (en language) is not displayed on the bmps shown on the display
  • when I blindly (intuitively tapping on pictograms because no text is shown on them lol) feed commands to the printer, nothing happens

Configuration.h changes:

  1. //#define CR10_STOCKDISPLAY (commented stock display)
  2. #define DGUS_LCD_UI_FYSETC (removed comment for that specific display - don't know if it's the right display but I found it in a DWIN set of displays)
// Show the Marlin bootscreen on startup. ** ENABLE FOR PRODUCTION **
//#define SHOW_BOOTSCREEN

// Show the bitmap in Marlin/_Bootscreen.h on startup.
//#define SHOW_CUSTOM_BOOTSCREEN

// Show the bitmap in Marlin/_Statusscreen.h on the status screen.
//#define CUSTOM_STATUS_SCREEN_IMAGE

(commented bootscreen, custom bootscreen and status screen definitions)

Display link: https://store.creality.com/products/ender-3-touch-screen Marlin version: 2.1.2.1 Config template: Creality -> Ender-3 -> CrealityV427

0 Answers0