
Lubitch
Members-
Content Count
9 -
Joined
-
Last visited
About Lubitch
-
Rank
Noob Class
-
2.2" Color LCD Booster Pack
Lubitch replied to RobG's topic in Tiva-C, Hercules, CC3XXX Launchpad Booster Packs
Arrived few days ago Thanks RobG a lot. It's working ! I'll put some photos later. regards -
2.2" Color LCD Booster Pack
Lubitch replied to RobG's topic in Tiva-C, Hercules, CC3XXX Launchpad Booster Packs
By the way, would You please estimate (in the meantime) shipping costs to Poland, Warsaw. Not to expensive, please rgrds Wojtek -
2.2" Color LCD Booster Pack
Lubitch replied to RobG's topic in Tiva-C, Hercules, CC3XXX Launchpad Booster Packs
Hi RobG The week is ending, is there any hopes for it now regards Wojtek -
Hi OzGrant, Maybe this way: // set LED PORT F pins as outputs GPIO_PORTF_DIR_R |= LED_RED + LED_BLUE + LED_GREEN; // enable digital for LED PORT F pins GPIO_PORTF_DEN_R |= LED_RED + LED_BLUE + LED_GREEN; // clear all PORT F pins GPIO_PORTF_DATA_R = 0; // set LED PORT F pins high GPIO_PORTF_DATA_R |= LED_RED + LED_BLUE + LED_GREEN; cheers Wojtek
-
I2C with Stellaris LM4F120H5QR - working driver API example code
Lubitch replied to aBUGSworstnightmare's topic in Code Vault
@aBUGS...e Thanks a lot I shall try to implement your method in my program and let you know about results. Your description is very clear , thank You once more ! Rgds Wojtek -
I2C with Stellaris LM4F120H5QR - working driver API example code
Lubitch replied to aBUGSworstnightmare's topic in Code Vault
Hi, This is very useful. Thank you But have one question - How to modify APIs to operate with AT24C32 Atmel eprom (2 word address) ? TIA Wojtek -
2.2" Color LCD Booster Pack
Lubitch replied to RobG's topic in Tiva-C, Hercules, CC3XXX Launchpad Booster Packs
Hi I'm interested in this board. Can i buy it now ? cheers Wojtek -
Hi, I will be very interested in it :thumbup: So please, let me know when it will be available. TIA Wojtek
-
Hi, I'm a greenhorn in lm4f Stellaris now, but I'm sure, I'll quickly overcame some troubles with it. Besides lm4f I have Allwinner A10 boards, and plan to connect lm4f to one of them. Cheers