synman / Ender-3-S1-Pro-Firmware

Creality Ender-3 S1 Pro Firmware
146 stars 8 forks source link

Enable SOUND #9

Closed synman closed 1 year ago

synman commented 1 year ago

M300 and any built in "beep" type events should use the S1's buzzer.

synman commented 1 year ago

not as simple as adding speaker and using the rts_ui rtscheck.RTS_SndData(StartSoundSet, SoundAddr) method to M300

synman commented 1 year ago

Has anyone ever heard their LCD beep for anything other than a touch event on the screen?

There is code inside of rts_ui for triggering a beep. It is used in multiple places (mainly around power recovery / sd printing). However, addressing that address while talking to the LCD does nothing.

MrDB42 commented 1 year ago

I've NEVER gotten a beep out of my LCD screen, except for touch events.