issue #2081 cmd table

This commit is contained in:
kraus 2023-06-12 21:35:10 +02:00
parent 4110334891
commit 341977866f
3 changed files with 121 additions and 104 deletions

View File

@ -301,6 +301,7 @@ https://github.com/olikraus/u8g2 ChangeLog
2023-xx-xx v2.34.xx olikraus@gmail.com
* SSD1327 ZJY M150 128x128 (issue 1960)
* SSD1316 96x32 (issue 1938)
* SSD1322 240x128 (issue 2092)
* SH1108 128x160 (issue 1998)
* SSD1306 96x39 (issue 1959)
* S1D15300 128x64, flip mode 1 not supported, (issue 2063)
@ -317,3 +318,4 @@ https://github.com/olikraus/u8g2 ChangeLog
* Bugfix for LoadFromSD examle (issue 2179)
* Changed MUI_LABEL to support UTF8 (issue 2196)
* Compiler Warning Cleanup for polygon draw (issue 1999, PR 2101)
* Added MUI fixed width bar graph (issue 2200)

View File

@ -1776,7 +1776,13 @@ uint8_t u8x8_d_st75256_jlx19296(u8x8_t *u8x8, uint8_t msg, uint8_t arg_int, void
/*=============================================*/
/* JLX16080 LCD */
/*
JLX16080 LCD
https://github.com/olikraus/u8g2/issues/2058
WARNING: NOT FULLY TESTED in issue 2058!
*/
static const u8x8_display_info_t u8x8_st75256_jlx16080_display_info =
{
@ -1889,10 +1895,14 @@ uint8_t u8x8_d_st75256_jlx16080(u8x8_t *u8x8, uint8_t msg, uint8_t arg_int, void
u8x8_cad_SendCmd(u8x8, 0x030 ); /* select command set */
u8x8_cad_SendCmd(u8x8, 0x075 ); /* row */
if ( u8x8->x_offset == 0 ) /* 0 means flip mode 1, then adjust y value */
u8x8_cad_SendArg(u8x8, (((u8x8_tile_t *)arg_ptr)->y_pos));
else
//if ( u8x8->x_offset == 0 ) /* 0 means flip mode 1, then adjust y value */
//u8x8_cad_SendArg(u8x8, (((u8x8_tile_t *)arg_ptr)->y_pos));
//else
u8x8_cad_SendArg(u8x8, (((u8x8_tile_t *)arg_ptr)->y_pos));
u8x8_cad_SendArg(u8x8, 0x04f);
//u8x8_cad_SendArg(u8x8, (((u8x8_tile_t *)arg_ptr)->y_pos));
u8x8_cad_SendCmd(u8x8, 0x015 ); /* col */

View File

@ -5,114 +5,119 @@ Note: For multi-byte sequences, only the first byte is considered.
use monospaced font for this txt file
ST7565 ST7565 NT7534 UC1701 ST7567 IST3020 SPLC502 SSD1815 UC1601s ST7567 S1D15300
ST7565 ST7565 NT7534 UC1701 ST7567 IST3020 SPLC502 SSD1815 UC1601s ST7567 S1D15300 ST7539
1.0a/2002 1.7c/2009 0.6/2007 1.2a/2016
0x000 00000000 Lo Col Lo Col Lo Col Lo Col Lo Col Lo Col Lo Col Lo Col Lo Col Lo Col Lo Col
0x000 00000000 Lo Col Lo Col Lo Col Lo Col Lo Col Lo Col Lo Col Lo Col Lo Col Lo Col Lo Col Lo Col
...
0x00f 00001111 Lo Col Lo Col Lo Col Lo Col Lo Col Lo Col Lo Col Lo Col Lo Col Lo Col Lo Col
0x010 00010000 Hi Col Hi Col Hi Col Hi Col Hi Col Hi Col Hi Col Hi Col Hi Col Hi Col Hi Col
0x00f 00001111 Lo Col Lo Col Lo Col Lo Col Lo Col Lo Col Lo Col Lo Col Lo Col Lo Col Lo Col Lo Col
0x010 00010000 Hi Col Hi Col Hi Col Hi Col Hi Col Hi Col Hi Col Hi Col Hi Col Hi Col Hi Col Hi Col
...
0x01f 00011111 Hi Col Hi Col Hi Col Hi Col Hi Col Hi Col Hi Col Hi Col Hi Col Hi Col Hi Col
0x020 00100000 Res Ratio Res Ratio Res Ratio Res Ratio Res Ratio Res Ratio Res Ratio Res Ratio - Reg Ratio -
0x01f 00011111 Hi Col Hi Col Hi Col Hi Col Hi Col Hi Col Hi Col Hi Col Hi Col Hi Col Hi Col Hi Col
0x020 00100000 Res Ratio Res Ratio Res Ratio Res Ratio Res Ratio Res Ratio Res Ratio Res Ratio - Reg Ratio - -
...
0x023 00100011 Res Ratio Res Ratio Res Ratio Res Ratio Res Ratio Res Ratio Res Ratio Res Ratio - Reg Ratio -
0x024 00100100 Res Ratio Res Ratio Res Ratio Res Ratio Res Ratio Res Ratio Res Ratio Res Ratio Temp Ctl Reg Ratio -
0x023 00100011 Res Ratio Res Ratio Res Ratio Res Ratio Res Ratio Res Ratio Res Ratio Res Ratio - Reg Ratio - -
0x024 00100100 Res Ratio Res Ratio Res Ratio Res Ratio Res Ratio Res Ratio Res Ratio Res Ratio Temp Ctl Reg Ratio - -
...
0x027 00100111 Res Ratio Res Ratio Res Ratio Res Ratio Res Ratio Res Ratio Res Ratio Res Ratio Temp Ctl Reg Ratio -
0x028 00101000 Pwr Ctrl Pwr Ctrl Pwr Ctrl Pwr Ctrl Pwr Ctrl Pwr Ctrl Pwr Ctrl Pwr Ctrl Pwr Ctrl Pwr Ctrl Pwr Ctrl
0x027 00100111 Res Ratio Res Ratio Res Ratio Res Ratio Res Ratio Res Ratio Res Ratio Res Ratio Temp Ctl Reg Ratio - -
0x028 00101000 Pwr Ctrl Pwr Ctrl Pwr Ctrl Pwr Ctrl Pwr Ctrl Pwr Ctrl Pwr Ctrl Pwr Ctrl Pwr Ctrl Pwr Ctrl Pwr Ctrl -
...
0x02f 00101111 Pwr Ctrl Pwr Ctrl Pwr Ctrl Pwr Ctrl Pwr Ctrl Pwr Ctrl Pwr Ctrl Pwr Ctrl Pwr Ctrl Pwr Ctrl Pwr Ctrl
0x030 00110000 - - PM Duty - - Rev. Line - - Adv Prg Ctl - -
0x030 00110001 - - PM Duty - - Rev. Line - - Adv Prg Ctl - -
0x030 00110010 - - PM Duty - - Rev. Line - - - - -
... - - ... - - - - -
0x037 00110111 - - PM Duty - - Rev. Line - - - - -
0x038 00111000 - - PM Bias - - Rev. Line - - - - -
... - - ... - - - - -
0x03f 00111111 - - PM Bias - - Rev. Line - - - -
0x040 01000000 Start Line Start Line Start Line Scroll Line? Start Line DDRAM Line Start Line Start Line Scroll Line Start Line Start Line
0x02f 00101111 Pwr Ctrl Pwr Ctrl Pwr Ctrl Pwr Ctrl Pwr Ctrl Pwr Ctrl Pwr Ctrl Pwr Ctrl Pwr Ctrl Pwr Ctrl Pwr Ctrl -
0x030 00110000 - - PM Duty - - Rev. Line - - Adv Prg Ctl - - -
0x030 00110001 - - PM Duty - - Rev. Line - - Adv Prg Ctl - - -
0x030 00110010 - - PM Duty - - Rev. Line - - - - - -
... - - ... - - - - - -
0x037 00110111 - - PM Duty - - Rev. Line - - - - - -
0x038 00111000 - - PM Bias - - Rev. Line - - - - - -
... - - ... - - - - - -
0x03f 00111111 - - PM Bias - - Rev. Line - - - - - -
0x040 01000000 Start Line Start Line Start Line Scroll Line? Start Line DDRAM Line Start Line Start Line Scroll Line Start Line Start Line Start Line
...
0x07f 01111111 Start Line Start Line Start Line Scroll Line? Start Line DDRAM Line Start Line Start Line Scroll Line Start Line Start Line
0x080 10000000 - - - - - - - - - - Contrast
0x081 10000001 Contrast Contrast Contrast Contrast Contrast Contrast Contrast Contrast Contrast Contrast Contrast
0x082 10000010 - - Part. Mode - - - - - - Contrast
0x083 10000011 - - Part. Mode - - - - - - Contrast
0x084 10000100 - - Stop NL Inv - - - - - Partial Ctl Stop NL Inv Contrast
0x085 10000101 - - Start NL Inv - - - - - Partial Ctl Start NL Inv Contrast
0x086 10000110 - - - - - - - - Partial Ctl Contrast
0x087 10000111 - - - - - - - - Partial Ctl Contrast
0x088 10001000 - - - - - - - - Adr Ctl Contrast
0x07f 01111111 Start Line Start Line Start Line Scroll Line? Start Line DDRAM Line Start Line Start Line Scroll Line Start Line Start Line Start Line
0x080 10000000 - - - - - - - - - - Contrast -
0x081 10000001 Contrast Contrast Contrast Contrast Contrast Contrast Contrast Contrast Contrast Contrast Contrast Contrast
0x082 10000010 - - Part. Mode - - - - - - Contrast -
0x083 10000011 - - Part. Mode - - - - - - Contrast -
0x084 10000100 - - Stop NL Inv - - - - - Partial Ctl Stop NL Inv Contrast Partial Ctl
0x085 10000101 - - Start NL Inv - - - - - Partial Ctl Start NL Inv Contrast Partial Ctl
0x086 10000110 - - - - - - - - Partial Ctl Contrast -
0x087 10000111 - - - - - - - - Partial Ctl Contrast -
0x088 10001000 - - - - - - - - Adr Ctl Contrast Adr Ctl
...
0x08f 10001111 - - - - - - - - Adr Ctl - Contrast
0x090 10010000 - - - - - - - - - - Contrast
0x091 10010001 - - - - - Offset Mode - - - - Contrast
0x092 10010010 - - - - - Offset Mode - - - - Contrast
0x093 10010011 - - - - - Offset Mode - - - - Contrast
0x08f 10001111 - - - - - - - - Adr Ctl - Contrast Adr Ctl
0x090 10010000 - - - - - - - - - - Contrast -
0x091 10010001 - - - - - Offset Mode - - - - Contrast -
0x092 10010010 - - - - - Offset Mode - - - - Contrast -
0x093 10010011 - - - - - Offset Mode - - - - Contrast -
...
0x09f 10011111 - - - - - - - - - - Contrast
0x0a0 10100000 Seg Normal Seg Normal Seg Normal Seg Normal Seg Normal Seg Normal Seg Normal Seg Normal Frame Rate Seg Normal Seg Normal
0x0a1 10100001 Seg Reverse Seg Reverse Seg Reverse Seg Reverse Seg Reverse Seg Reverse Seg Reverse Seg Reverse Frame Rate Seg Reverse Seg Reverse
0x0a2 10100010 1/9 bias 1/9 bias 1/9 bias 1/9 bias 1/9 bias Bias Bias 1/9 bias - 1/9 bias Bias
0x0a3 10100011 1/7 bias 1/7 bias 1/7 bias 1/7 bias 1/7 bias Bias Bias 1/7 bias - 1/7 bias Bias
0x0a4 10100100 Normal Op Normal Op Normal Op Normal Op Normal Op Normal Op Normal Op Normal Op Normal Op Normal Op Normal Op
0x0a5 10100101 All pt on All pt on All pt on All pt on All pt on All pt on All pt on All pt on All pt on All pt on All pt on
0x0a6 10100110 Normal Op Normal Op Normal Op Normal Op Normal Op Normal Op Normal Op Normal Op Normal Op Normal Op Normal Op
0x0a7 10100111 Inverse Inverse Inverse Inverse Inverse Inverse Inverse Inverse Inverse Inverse Inverse
0x0a8 10101000 - - - - Stand-By - - - - -
0x0a9 10101001 - - - - Sleep - - - - -
0x0aa 10101010 - - - - - - - - - - -
0x0ab 10101011 - - - - - - - - - - -
0x0ac 10101100 Indic. On Sleep On Indic. On Indic. On Indic. On Indic. On Indic. On - - Sleep On
0x0ad 10101101 Indic. Off Sleep Off Indic. Off Indic. Off Indic. Off Indic. Off Indic. Off - - Sleep Off
0x0ae 10101110 Disp Off Disp Off Disp Off Disp Off Disp Off Disp Off Disp Off Disp Off Disp Off Disp Off Disp Off
0x0af 10101111 Disp On Disp On Disp On Disp On Disp On Disp On Disp On Disp On Disp On Disp On Disp On
0x0b0 10110000 Page Adr Page Adr Page Adr Page Adr Page Adr Page Adr Page Adr Page Adr Page Adr Page Adr Page Adr
0x0a0 10100000 Seg Normal Seg Normal Seg Normal Seg Normal Seg Normal Seg Normal Seg Normal Seg Normal Frame Rate Seg Normal Seg Normal Frame Rate
0x0a1 10100001 Seg Reverse Seg Reverse Seg Reverse Seg Reverse Seg Reverse Seg Reverse Seg Reverse Seg Reverse Frame Rate Seg Reverse Seg Reverse Frame Rate
0x0a2 10100010 1/9 bias 1/9 bias 1/9 bias 1/9 bias 1/9 bias Bias Bias 1/9 bias - 1/9 bias Bias Frame Rate
0x0a3 10100011 1/7 bias 1/7 bias 1/7 bias 1/7 bias 1/7 bias Bias Bias 1/7 bias - 1/7 bias Bias Frame Rate
0x0a4 10100100 Normal Op Normal Op Normal Op Normal Op Normal Op Normal Op Normal Op Normal Op Normal Op Normal Op Normal Op Normal Op
0x0a5 10100101 All pt on All pt on All pt on All pt on All pt on All pt on All pt on All pt on All pt on All pt on All pt on All pt on
0x0a6 10100110 Normal Op Normal Op Normal Op Normal Op Normal Op Normal Op Normal Op Normal Op Normal Op Normal Op Normal Op Normal Op
0x0a7 10100111 Inverse Inverse Inverse Inverse Inverse Inverse Inverse Inverse Inverse Inverse Inverse Inverse
0x0a8 10101000 - - - - Stand-By - - - - - -
0x0a9 10101001 - - - - Sleep - - - - - -
0x0aa 10101010 - - - - - - - - - - - -
0x0ab 10101011 - - - - - - - - - - - -
0x0ac 10101100 Indic. On Sleep On Indic. On Indic. On Indic. On Indic. On Indic. On - - Sleep On -
0x0ad 10101101 Indic. Off Sleep Off Indic. Off Indic. Off Indic. Off Indic. Off Indic. Off - - Sleep Off -
0x0ae 10101110 Disp Off Disp Off Disp Off Disp Off Disp Off Disp Off Disp Off Disp Off Disp Off Disp Off Disp Off Disp Off
0x0af 10101111 Disp On Disp On Disp On Disp On Disp On Disp On Disp On Disp On Disp On Disp On Disp On Disp On
0x0b0 10110000 Page Adr Page Adr Page Adr Page Adr Page Adr Page Adr Page Adr Page Adr Page Adr Page Adr Page Adr Page Adr
...
0x0b7 10111111 Page Adr Page Adr Page Adr Page Adr Page Adr Page Adr Page Adr Page Adr Page Adr Page Adr Page Adr
0x0c0 11000xxx Com Normal Com Normal Com Normal Com Normal Com Normal Com Normal Com Normal Com Normal LCD Map Com Normal Com Normal
0x0b7 10111111 Page Adr Page Adr Page Adr Page Adr Page Adr Page Adr Page Adr Page Adr Page Adr Page Adr Page Adr Page Adr
0x0c0 11000000 Com Normal Com Normal Com Normal Com Normal Com Normal Com Normal Com Normal Com Normal LCD Map Com Normal Com Normal Scan Dir
0x0c1 11000001 Com Normal Com Normal Com Normal Com Normal Com Normal Com Normal Com Normal Com Normal LCD Map Com Normal Com Normal -
0x0c2 11000010 Com Normal Com Normal Com Normal Com Normal Com Normal Com Normal Com Normal Com Normal LCD Map Com Normal Com Normal Scan Dir
0x0c3 11000011 Com Normal Com Normal Com Normal Com Normal Com Normal Com Normal Com Normal Com Normal LCD Map Com Normal Com Normal -
0x0c4 11000100 Com Normal Com Normal Com Normal Com Normal Com Normal Com Normal Com Normal Com Normal LCD Map Com Normal Com Normal Scan Dir
0x0c5 11000101 Com Normal Com Normal Com Normal Com Normal Com Normal Com Normal Com Normal Com Normal LCD Map Com Normal Com Normal -
0x0c6 11000110 Com Normal Com Normal Com Normal Com Normal Com Normal Com Normal Com Normal Com Normal LCD Map Com Normal Com Normal Scan Dir
0x0c7 11000111 Com Normal Com Normal Com Normal Com Normal Com Normal Com Normal Com Normal Com Normal LCD Map Com Normal Com Normal -
0x0c8 11001xxx Com Reverse Com Reverse Com Reverse Com Reverse Com Reverse Com Reverse Com Reverse Com Reverse - Com Reverse Com Reverse -
...
0x0c7 11000xxx Com Normal Com Normal Com Normal Com Normal Com Normal Com Normal Com Normal Com Normal LCD Map Com Normal Com Normal
0x0c8 11001xxx Com Reverse Com Reverse Com Reverse Com Reverse Com Reverse Com Reverse Com Reverse Com Reverse - Com Reverse Com Reverse
0x0cf 11001xxx Com Reverse Com Reverse Com Reverse Com Reverse Com Reverse Com Reverse Com Reverse Com Reverse - Com Reverse Com Reverse -
0x0d0 11010000 - - - - - - - - - - - -
0x0d1 11010001 - - - - - - - - - - - -
0x0d2 11010010 - - - - - - Drv Mode - - - - -
0x0d3 11010011 - - PM Line - - - - - - - - -
0x0d4 11010100 - - - - - - Test Mode - - - - -
0x0d5 11010101 - - - - - - Page Blink - - - - -
...
0x0cf 11001xxx Com Reverse Com Reverse Com Reverse Com Reverse Com Reverse Com Reverse Com Reverse Com Reverse - Com Reverse Com Reverse
0x0d0 11010000 - - - - - - - - - - -
0x0d1 11010001 - - - - - - - - - - -
0x0d2 11010010 - - - - - - Drv Mode - - - -
0x0d3 11010011 - - PM Line - - - - - - - -
0x0d4 11010100 - - - - - - Test Mode - - - -
0x0d5 11010101 - - - - - - Page Blink - - - -
0x0df 11011111 - - - - - - - - - - - -
0x0e0 11100000 Start R-M-W Start R-M-W Start R-M-W Start R-M-W Start R-M-W Start R-M-W Start R-M-W Start R-M-W - Start R-M-W Start R-M-W -
0x0e1 11100001 - - - - - Reset Pwr Save - - - - - -
0x0e2 11100010 Reset Reset Reset Reset Reset Reset Reset Reset Reset Reset Reset Reset
0x0e3 11100011 NOP NOP NOP NOP NOP NOP NOP NOP NOP NOP - NOP
0x0e4 11100100 - - OSC Freq - - Rev Line Reset OSC Freq - - - - -
0x0e5 11100101 - - OSC Freq - - - OSC Freq - - - - -
0x0e6 11100110 - - DC/DC Freq - - - - - - - - -
0x0e7 11100111 - - - - - - - - - - - -
0x0e8 11101000 - - - - - - - - Bias Ratio - Bias Ratio Bias Ratio
...
0x0df 11011111 - - - - - - - - - - -
0x0e0 11100000 Start R-M-W Start R-M-W Start R-M-W Start R-M-W Start R-M-W Start R-M-W Start R-M-W Start R-M-W - Start R-M-W Start R-M-W
0x0e1 11100001 - - - - - Reset Pwr Save - - - - -
0x0e2 11100010 Reset Reset Reset Reset Reset Reset Reset Reset Reset Reset Reset
0x0e3 11100011 NOP NOP NOP NOP NOP NOP NOP NOP NOP NOP -
0x0e4 11100100 - - OSC Freq - - Rev Line Reset OSC Freq - - - -
0x0e5 11100101 - - OSC Freq - - - OSC Freq - - - -
0x0e6 11100110 - - DC/DC Freq - - - - - - - -
0x0e7 11100111 - - - - - - - - - - -
0x0e8 11101000 - - - - - - - - Bias Ratio - -
...
0x0ed 11101101 - - - - - - - - Bias Ratio - -
0x0ee 11101110 Stop R-M-W Stop R-M-W Stop R-M-W Stop R-M-W Stop R-M-W Stop R-M-W Stop R-M-W Bias Ratio Stop R-M-W Stop R-M-W
0x0ef 11101111 - - - - - - - - Bias Ratio - -
0x0f0 11110000 Test Mode Test Mode Test Mode - - Test Mode Test Mode Test Mode - - Test Mode
0x0f1 11110001 Test Mode Test Mode Test Mode - - Test Mode Test Mode Test Mode Com End - Test Mode
0x0f2 11110010 Test Mode Test Mode Test Mode - - Test Mode Test Mode Test Mode Partial Start - Test Mode
0x0f3 11110011 Test Mode Test Mode Test Mode - - Test Mode Test Mode Test Mode Partial End - Test Mode
0x0f4 11110100 Test Mode Test Mode Test Mode - - Test Mode Test Mode Test Mode - - Test Mode
0x0f5 11110101 Test Mode Test Mode Test Mode - - Test Mode Test Mode Test Mode - - Test Mode
0x0f6 11110110 Test Mode Test Mode Test Mode - - Test Mode Test Mode Test Mode - - Test Mode
0x0f7 11110111 Test Mode Test Mode Test Mode - - Test Mode Test Mode Test Mode - - Test Mode
0x0f8 11111000 Test Mode Boost Level Test Mode - Boost Level Test Mode Test Mode Test Mode - Boost Level Test Mode
0x0f9 11111001 Test Mode Test Mode Test Mode - - Test Mode Test Mode Test Mode - - Test Mode
0x0fa 11111010 Test Mode Test Mode Test Mode Adv Ctrl0 - Test Mode Test Mode Test Mode - - Test Mode
0x0fb 11111011 Test Mode Test Mode Test Mode Adv Ctrl1 - Test Mode Test Mode Test Mode - - Test Mode
0x0fc 11111100 Test Mode Test Mode Test Mode Test Mode - Test Mode Test Mode Test Mode - - Test Mode
0x0fd 11111101 Test Mode Test Mode Test Mode Test Mode - Test Mode Test Mode Test Mode - - Test Mode
0x0fe 11111110 Test Mode Test Mode Test Mode Test Mode Test Mode Test Mode Test Mode Test Mode - Enter Ext. Test Mode
0x0ff 11111111 Test Mode Test Mode Test Mode Test Mode Test Mode Test Mode Test Mode Test Mode - Leave Ext. Test Mode
0x0ed 11101101 - - - - - - - - Bias Ratio - Bias Ratio Bias Ratio
0x0ee 11101110 Stop R-M-W Stop R-M-W Stop R-M-W Stop R-M-W Stop R-M-W Stop R-M-W Stop R-M-W Bias Ratio Stop R-M-W Stop R-M-W -
0x0ef 11101111 - - - - - - - - Bias Ratio - - -
0x0f0 11110000 Test Mode Test Mode Test Mode - - Test Mode Test Mode Test Mode - - Test Mode -
0x0f1 11110001 Test Mode Test Mode Test Mode - - Test Mode Test Mode Test Mode Com End - Test Mode Com End
0x0f2 11110010 Test Mode Test Mode Test Mode - - Test Mode Test Mode Test Mode Partial Start - Test Mode Partial Start
0x0f3 11110011 Test Mode Test Mode Test Mode - - Test Mode Test Mode Test Mode Partial End - Test Mode Partial End
0x0f4 11110100 Test Mode Test Mode Test Mode - - Test Mode Test Mode Test Mode - - Test Mode -
0x0f5 11110101 Test Mode Test Mode Test Mode - - Test Mode Test Mode Test Mode - - Test Mode -
0x0f6 11110110 Test Mode Test Mode Test Mode - - Test Mode Test Mode Test Mode - - Test Mode -
0x0f7 11110111 Test Mode Test Mode Test Mode - - Test Mode Test Mode Test Mode - - Test Mode -
0x0f8 11111000 Test Mode Boost Level Test Mode - Boost Level Test Mode Test Mode Test Mode - Boost Level Test Mode -
0x0f9 11111001 Test Mode Test Mode Test Mode - - Test Mode Test Mode Test Mode - - Test Mode -
0x0fa 11111010 Test Mode Test Mode Test Mode Adv Ctrl0 - Test Mode Test Mode Test Mode - - Test Mode -
0x0fb 11111011 Test Mode Test Mode Test Mode Adv Ctrl1 - Test Mode Test Mode Test Mode - - Test Mode -
0x0fc 11111100 Test Mode Test Mode Test Mode Test Mode - Test Mode Test Mode Test Mode - - Test Mode -
0x0fd 11111101 Test Mode Test Mode Test Mode Test Mode - Test Mode Test Mode Test Mode - - Test Mode -
0x0fe 11111110 Test Mode Test Mode Test Mode Test Mode Test Mode Test Mode Test Mode Test Mode - Enter Ext. Test Mode -
0x0ff 11111111 Test Mode Test Mode Test Mode Test Mode Test Mode Test Mode Test Mode Test Mode - Leave Ext. Test Mode Test Ctl
Conclusion (only from Datasheet documentation perspective)