I'm basically a newbie at Arduino / ESP-32 stuff (but have some PIC experience). Sorry if this is in the wrong section -- just started today! And already I've got a really, really embarrassingly dumb question. I mean "how do you blink" level dumb.
I'm working with a touch display module (display and ESP32 on one board). Found this example on Github which draws dots as you move your finger around the screen. There are 4 buttons which let you choose different colors for the dots. I think I grasp the syntax of drawing the buttons, how the touch is detected, how the colors change, the screen orientation, the LCD communication setup, etc. But what's got me just shamefully flummoxed is...what's the command that's actually printing the dots? I mean, it has to be shockingly obvious but I'm not seeing it. I've commented out what I think might do it (like the printf statements) but it doesn't seem to stop it from working.
OMG tysm! Jeez...I had it in my head (somehow -- don't ask me why!) that was for the "default" white color of the dot before you picked one of the button-controlled colors. Which I see now is clearly "int draw_color = TFT_WHITE;"