Hi! Martin
Good morning
Okay, I shall wait for your feedback.
Thank you.
Abhi
Search found 16 matches
- Mon Jun 16, 2025 2:47 am
- Forum: General
- Topic: OLED SH1106_SPI Contrast
- Replies: 4
- Views: 100
- Sun Jun 15, 2025 10:08 am
- Forum: General
- Topic: OLED SH1106_SPI Contrast
- Replies: 4
- Views: 100
Re: OLED SH1106_SPI Contrast
Hi! Chipfryer Thank you for your inputs, as said I tried to explore the source code file from WiKi, unfortunately, nothing I understood, probably not my cup of tea. By the way there is one macro available in the component macro list "Write Command" but again clueless about how to write. I ...
- Sat Jun 14, 2025 4:19 pm
- Forum: General
- Topic: OLED SH1106_SPI Contrast
- Replies: 4
- Views: 100
OLED SH1106_SPI Contrast
Hello! I am trying to control the brightness/contrast of the SH1106_SPI OLED display, after searching the internet found out it is possible by using below commands, can someone suggest how to implement the same in chart if it is possible. display.SH1106_command(0x81); display.SH1106_data(50); Thank ...
- Mon Jun 09, 2025 11:42 am
- Forum: General
- Topic: OLED SH1106_SPI and PIC18F27K42
- Replies: 3
- Views: 133
Re: OLED SH1106_SPI and PIC18F27K42
Hi! Martin
Thank you for your input, it is better to change the chip on the first day of a new project, a bit disappointed to know the fact about K42, better late then never, thank you again.
Abhi
Thank you for your input, it is better to change the chip on the first day of a new project, a bit disappointed to know the fact about K42, better late then never, thank you again.
Abhi
- Mon Jun 09, 2025 10:32 am
- Forum: General
- Topic: OLED SH1106_SPI and PIC18F27K42
- Replies: 3
- Views: 133
Re: OLED SH1106_SPI and PIC18F27K42
Hello! Matrix Team Following my above post I again tried to check the gadget if I am making any basic mistake but nothing comes in notice. The nominal chart for 27K42 works perfect with 26K42. Kindly excuse to speak my mind but may I request you to check if something is wrong with the SPI of 27K42, ...
- Sat Jun 07, 2025 2:50 pm
- Forum: General
- Topic: OLED SH1106_SPI and PIC18F27K42
- Replies: 3
- Views: 133
OLED SH1106_SPI and PIC18F27K42
Hello! I am trying to modify my old chart for SH1106 SPI OLED display, I used PIC18F26K42 previously and want to use PIC18F27K42 now, I deleted everything from the chart when noticed nothing is working with 27K42 and write only basic macros needed to work, below observations, 1. If I initialize the ...
- Sat May 10, 2025 2:02 pm
- Forum: Tips & Tricks
- Topic: larification on EEPROM.ReadByte() and MSBFirst Parameter in Flowcode 10
- Replies: 2
- Views: 1575
Re: larification on EEPROM.ReadByte() and MSBFirst Parameter in Flowcode 10
Hi! Fernando
I am using only READ parameter for reading and WRITE parameter for writing the Byte data and it works for me.
Abhi
I am using only READ parameter for reading and WRITE parameter for writing the Byte data and it works for me.
Abhi
- Wed Apr 30, 2025 8:06 am
- Forum: General
- Topic: BL0080 Supported PICs?
- Replies: 21
- Views: 13660
Re: BL0080 Supported PICs?
Hi! Chipfryer Yes, I tried mLoader to download the program, but somehow nothing works for the moment, i will recheck everything again. I always have a 24V SMPS on my table, need to arrange one of 12V, i will order one for BL0080. Okay now i found the ICSP from the datasheet as you said earlier. Pin1...
- Tue Apr 29, 2025 5:11 pm
- Forum: General
- Topic: BL0080 Supported PICs?
- Replies: 21
- Views: 13660
Re: BL0080 Supported PICs?
Hi! Chipfryer One more important doubt, do i need to power up the BL0080 using external power supply (12V) or USB power is enough for testing. I tried to run a simple program to blink LED but it seams the HEX file is not downloaded, nothing happens, but the mloader downloaded successfully as per the...
- Tue Apr 29, 2025 4:50 pm
- Forum: General
- Topic: BL0080 Supported PICs?
- Replies: 21
- Views: 13660
Re: BL0080 Supported PICs?
Hi! Chipfryer Thank you for your quick help. I have already downloaded the compiler, as i am already working using FC10 and able to compile my chart, i also installed the EB2 drivers, i think that is the reason the USB LED is blinking. I am able to enable and disable the ICD button as mentioned, pro...