Hi all, this is probably a really easy one for you guys to fix for me, but it's had me banging my head
I have an OLED display I want to use that requires the AT89X52.h library. However when I try to find it in include libraries, a search gets no hits. I went onto the web, and there are no AT89X52.h zip files to be found, but I found the raw file, and using notepad++ I made an AT89X52 folder in the library folder, and pasted the file in there.
However it does not show up in the include libraries tool, and despite it being in the library, compiling says 'no such file or library'.
Thanks, so is there a new code to replace the AT89X52 version? I have used u8g2 code and SSD1306 for other OLEDs, can I substitute these in?
Sorry, pressed reply before finishing my answer
My IDE installation no longer shows the manage libraries screen that the tutorial link shows - it used to, but now it is replaced by a rather less helpful one - see screenshot
It now gets further down and stops at the library called 'intrins.h' ... looks like I've uncovered an old issue.
I'm just going to go ahead and try some of the other libraries with some simple sketches to see if any work
As you can see from the screenshot that I posted earlier, you don't get the old library selection screen that used to appear. When I entered AT89X52 into the search with 'all' selected, it came up with nothing, but with the old type from the previous version, you could look through other stuff. this one just shows nothing (left hand side of the screen)
I used to use the old library manager with good results, it was easy and intuitive, but this new version does not seem to be so comprehensive and user friendly