Panda381 / PicoVGA

VGA/TV display on Raspberry Pico
193 stars 41 forks source link

Hardware timer usage and Audio pin for other purpose #6

Closed souravg009 closed 2 years ago

souravg009 commented 2 years ago

Hello Mr. Miroslav Nemecek, Thank you for this wonderful gift. I am making a GUI console for my hobby project with it. However, I have a few questions.

  1. Is it possible to use the hardware timer (for the tachometer function)?
  2. How to utilize the audio out pin for another purpose?
  3. Is it possible to use DrawTextBg and Text printing with PrintText can be used on the same canvas at the same time? which example to follow?
  4. How to use UART0 at GP12,13, I2C0 on GP20,21 (for DS3231 RTC) and SPI0 on GP16,17,18,19 (for microSD card)? Thanks & Regards, Sourav
Panda381 commented 2 years ago
souravg009 commented 2 years ago

Thank you, Mr Miroslav Nemecek, for your valuable comment and help. -Thanks & Regards, Sourav