У нас вы можете посмотреть бесплатно PIC and OLED Display или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
Testing an I2C SSD1306 based 64x32 OLED display on a Microchip PIC18F45K80 microcontroller with a library I created from code bits and fragments found online to other targets. This is part of a power bank project I am working on that involves a battery gauge reporting the SOC (state of charge) and other parametrics to the OLED display. I have also ported parts of this code to a PIC24 microcontroller also. I chose to use a 64x32 size OLED display based on the project that I will implement it in, but it can be adapted to be used for other display resolutions such as 128x32, 128x64, etc. The uC was programmed in MPLAB X using C18. If anyone is interested in the code here is the link to my Github page: https://github.com/2N2222A/PICOledTest