News to be show on ssd1306

General discussions and questions abound development of code with MicroPython that is not hardware specific.
Target audience: MicroPython Users.
Post Reply
klausbe
Posts: 1
Joined: Fri Dec 09, 2016 10:39 pm

News to be show on ssd1306

Post by klausbe » Fri Dec 09, 2016 10:44 pm

Hi

i am new to micropython, and to python, so please sorry for my maybe stupid question.

But i wish to use my ssd1306 display to show news from the web. I will extract news from my local news page (http) and take the headlines h1 and show these on the display. But ican´t find any examples on doing this.

Is it possible, or are there any guidelines for this?

Thank you

User avatar
pythoncoder
Posts: 5956
Joined: Fri Jul 18, 2014 8:01 am
Location: UK
Contact:

Re: News to be show on ssd1306

Post by pythoncoder » Sat Dec 10, 2016 6:31 am

If you're new to Python I suggest getting a reasonable grasp of the language on a PC first using a book or online course. It's an easy and fun language to learn.
Peter Hinch
Index to my micropython libraries.


Post Reply