Other Parts Discussed in Thread: TFP401,
ALL,
I am using the Adafruit TFP401. I am trying to create a custom display which is 128x128 with 1000 frames per second. I am using Ubuntu and CentOS Linux and I can create a proper modeline
Modeline "128x128@1005" 53.22 128 160 360 392 128 121 142 135 using the xtiming.sourceforge.net/.../xtiming.pl website.
This modeline creates a DOT CLK frequency 53 MHz which has a frame rate at 1005 Hz.
I sucessfully used the modeline below on a CentOS system.
# 128x128 @ 1000.00 Hz (GTF) hsync: 287.00 kHz; pclk: 50.51 MHz
Modeline "128x128_1000.00" 50.51 128 136 152 176 128 129 132 287 -HSync +Vsync using the https://arachnoid.com/modelines/
This modeline I created a DOT CLK 50 MHz with a frame rate at 999.96 Hz.
Are there any limitation to the TFP401 unit? I see is the 999.96 Hz frame rate will load and the 1005 Hz frame rate will not. My DOT CLK frequency is no where near the 165Mhz limit.
I am using a GTX1080 video card so I believe it is more than powerful enough to handle this.