
OLED Display with PSoC5 - Hackster.io
Jun 21, 2019 · How to use an OLED screen with a PSoC5. Hey everybody. In this short tutorial I'm going to show you how to make an oled screen 64x128 works with a PSoC5 developing kit. I really went through a bad day in order to make this thing works since I …
PSoC 6, FreeRTOS & SSD1306 OLED Display - IoT Expert
Dec 5, 2017 · This article describes the integration of the SSD1306 OLED Display into his project with the PSoC 6 & FreeRTOS. Hassane started his career as an Automotive System Designer, then he worked as an Applications Engineer, so he has “mad” skills in this area. He is building his project with a PSoC 6 and is heavily using FreeRTOS (which is new for him).
PSOC™ 3/4/5 Code Examples - Infineon Technologies
This application note explains how to design PSOC™® Creator™ components that use PSOC™ 3, PSOC™ 4, and PSOC™ 5LP Universal Digital Block (UDB) datapath modules. Datapath-based components can implement common functions, such as counters, PWMs, shifters, or UARTs.
CY8CKIT-028-TFT display performance with PSOC (TM) 6
Jul 29, 2024 · PSOC™ 6 lacks a dedicated TFT display interface, but you can still connect a display using GPIO bit banging or, in some cases, the PSoC™ 4 Timer Counter Pulse Width Modulator (TCPWM). For example, the CY8CKIT-028-TFT kit features a 240x320 resolution TFT panel that can be interfaced with any microcontroller via a parallel interface, with ...
EmWin graphics library implements 2D graphics and provides easy-to-use API functions to display text, 2D graphics (lines, rectangles, circles, etc.), and bitmap images. In PSoC CreatorTM, EmWin graphics library is implemented as a PDL middleware library.
Apr 20, 2017 · PSoC 4 offers multiple LCD drive modes, very low power consumption, and provides a complete user interface and system solution. Using example projects, this application note explains low-power LCD design and a user interface solution that includes CapSense®.
ThingSoC: Four I2C OLED Displays with PSoC4L - IoT Expert
Feb 6, 2017 · The cool thing about the whole setup with the I2CHUB is that it allows you to have 4 devices with the same I2C address attached to one PSoC SCB at the same time. To get going with the firmware, I start by defining an array of u8x8_t structures to represent the 4 different displays attaches to the 4 different ports on the I2C hub.
GitHub - derkst/Cypress-PSOC-OLED: SSD1306 OLED display …
This is a I2C driver for SSD1306 OLED displays including graphics library. The project as is runs on the PSOC pioneer kit. No license restrictions on my part, do whatever you want as long as you follow the derived license requirements for the graphics library part.
Infineon/mtb-example-psoc6-emwin-oled-freertos - GitHub
This package makes use of the display-oled-ssd1306 library to drive the display. This library provides functions to support the dot matrix OLED display driven by the SSD1306 controller through the I2C interface.
No bitbanging necessary, or How to Drive a VGA Monitor on a PSoC …
Dec 20, 2015 · In this project I want to show how to drive a VGA monitor at 800x600 60Hz (Edit: and other resolutions and frequencies) using the PSoC hardware implemented in Verilog and driven by the system clock. For that purpose I'm going to use this cheap R2R VGA module, it only has 3 bits per color but that would be more than sufficient.