Help find fontALL.h library

working with Arduino nano V3.0 . the code does not compile giving this error message:
error: fontALL.h: No such file or directory
I tried to find it using manage libraries method, but it wasn t available..on github also not available except some discussion which doesn t include how or where to find this library.
can anyone please help ?

Please post a link to where you found the sketch that uses this "fontALL.h" file.

This is it

This file is part of the "TVout" library. You can install it via the Arduino Library Manager. Do this:

  • Sketch > Include Library > Manage Libraries...
  • Wait for the update to finish.
  • In the "Filter your search.." field, type "TVout".
  • Press the "Enter" key.
  • From the list of search results, click on "TVout by mdmetzle@gmail.com".
  • Click the "Install" button.
  • Wait for the installation to finish"
  • Click the "Close" button.

Now try compiling your sketch again.

pert:
This file is part of the "TVout" library. You can install it via the Arduino Library Manager. Do this:

  • Sketch > Include Library > Manage Libraries...
  • Wait for the update to finish.
  • In the "Filter your search.." field, type "TVout".
  • Press the "Enter" key.
  • From the list of search results, click on "TVout by mdmetzle@gmail.com".
  • Click the "Install" button.
  • Wait for the installation to finish"
  • Click the "Close" button.

Now try compiling your sketch again.
Thanks indeed. It did solve the issue.

You're welcome. I'm glad to hear it's working now. Enjoy!
Per

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.