-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpalette.py
7 lines (7 loc) · 3.39 KB
/
palette.py
1
2
3
4
5
6
7
# This is the palette for the screenshot dumps
# It is taken/extracted from
# from
# http://www.eevblog.com/forum/general-chat/hantek-tekway-dso-hack-get-200mhz-bw-for-free/?action=dlattach;attach=22805
# in this thread:
# http://www.eevblog.com/forum/general-chat/hantek-tekway-dso-hack-get-200mhz-bw-for-free/1140/
pal = [(0,0,0),(51,0,0),(102,0,0),(153,0,0),(204,0,0),(255,0,0),(0,51,0),(51,51,0),(102,51,0),(153,51,0),(204,51,0),(255,51,0),(0,102,0),(51,102,0),(102,102,0),(153,102,0),(204,102,0),(255,102,0),(0,153,0),(51,153,0),(102,153,0),(119,119,0),(204,153,0),(255,153,0),(0,204,0),(51,204,0),(102,204,0),(153,204,0),(170,170,0),(255,204,0),(0,255,0),(51,255,0),(102,255,0),(153,255,0),(204,255,0),(255,255,0),(0,0,51),(51,0,51),(102,0,51),(153,0,51),(204,0,51),(255,0,51),(0,51,51),(51,51,51),(102,51,51),(153,51,51),(204,51,51),(255,51,51),(0,102,51),(51,102,51),(102,102,51),(153,102,51),(204,102,51),(255,102,51),(0,153,51),(51,153,51),(102,153,51),(153,153,51),(204,153,51),(255,153,51),(0,204,51),(51,204,51),(102,204,51),(153,204,51),(204,204,51),(255,204,51),(0,255,51),(51,255,51),(102,255,51),(153,255,51),(204,255,51),(255,255,51),(0,0,102),(51,0,102),(102,0,102),(153,0,102),(204,0,102),(255,0,102),(0,51,102),(51,51,102),(102,51,102),(153,51,102),(204,51,102),(255,51,102),(0,51,51),(51,102,102),(68,68,68),(153,102,102),(204,102,102),(255,102,102),(0,153,102),(51,153,102),(102,153,102),(153,153,102),(204,153,102),(255,153,102),(0,204,102),(51,204,102),(102,204,102),(153,204,102),(204,204,102),(255,204,102),(0,255,102),(51,255,102),(102,255,102),(153,255,102),(204,255,102),(255,255,102),(0,0,0),(0,0,0),(0,0,0),(0,0,0),(187,187,0),(153,153,0),(221,221,0),(85,85,0),(51,51,0),(2,2,2),(4,4,4),(8,8,8),(15,15,15),(17,17,17),(34,34,34),(51,51,51),(68,68,68),(85,85,85),(102,102,102),(119,119,119),(136,136,136),(153,153,153),(170,170,170),(187,187,187),(204,204,204),(221,221,221),(238,238,238),(255,255,255),(170,0,170),(119,0,119),(51,0,51),(51,0,51),(187,0,187),(153,0,153),(221,0,221),(85,0,85),(0,187,187),(0,153,153),(0,221,221),(0,85,85),(0,0,153),(51,0,153),(102,0,153),(153,0,153),(204,0,153),(255,0,153),(0,51,153),(51,51,153),(102,51,153),(153,51,153),(204,51,153),(255,51,153),(0,102,153),(51,102,153),(102,102,153),(153,102,153),(204,102,153),(255,102,153),(0,119,119),(51,153,153),(102,153,153),(153,153,153),(204,153,153),(255,153,153),(0,204,153),(51,204,153),(102,204,153),(153,204,153),(204,204,153),(255,204,153),(0,255,153),(51,255,153),(102,255,153),(153,255,153),(204,255,153),(255,255,153),(0,0,204),(51,0,204),(102,0,204),(153,0,204),(204,0,204),(255,0,204),(0,51,204),(51,51,204),(102,51,204),(153,51,204),(204,51,204),(255,51,204),(0,102,204),(51,102,204),(102,102,204),(153,102,204),(204,102,204),(255,102,204),(0,153,204),(51,153,204),(102,153,204),(153,153,204),(204,153,204),(255,153,204),(0,170,170),(51,204,204),(102,204,204),(153,204,204),(204,204,204),(255,204,204),(0,255,204),(51,255,204),(102,255,204),(153,255,204),(204,255,204),(255,255,204),(0,0,255),(51,0,255),(102,0,255),(153,0,255),(204,0,255),(255,0,255),(0,51,255),(51,51,255),(102,51,255),(153,51,255),(204,51,255),(255,51,255),(0,102,255),(51,102,255),(102,102,255),(153,102,255),(204,102,255),(255,102,255),(0,153,255),(51,153,255),(102,153,255),(153,153,255),(204,153,255),(255,153,255),(0,204,255),(51,204,255),(102,204,255),(153,204,255),(204,204,255),(255,204,255),(0,255,255),(51,255,255),(102,255,255),(153,255,255),(204,255,255),(255,255,255)]